home *** CD-ROM | disk | FTP | other *** search
Wrap
Text File | 2002-10-21 | 2.1 MB | 14,746 lines
Text Truncated. Only the first 1MB is shown below. Download the file for the complete contents.
//======================================================================================== "English" // UBERDIALOG FILE //======================================================================================== // aliascache(alias) <aliasname> <soundfile> soundparms <basevol> <volmod> <basepitch> <pitchmod> <minDist> <maxDist> <channel> loaded(streamed) subtitle <text> maps <mapstring> //======================================================================================== // MIN DIST AND MAX DIST: Sound has a linear fall-off rate from minDist to maxDist. If the player is within minDist, sound is at full volume. 16 Units = 1 Foot. //======================================================================================== // Sound channel priorities: //0 - auto - This is considered the lowest audio channel priority. It always plays if possible (hardware audio channel available) and they don't override previously played sounds. If no channels are available, the sound will just not play. This is best used for things that do not have a particular entity or character related to them (like bullet hit sounds), or are not overly important sound (like shell casing landing sounds or footsteps). //1 - body - these are sounds made by a characters body. These include sounds like impact sounds (from falling & landing hard) and equipment movement jingles. //2 - item - These are sounds made by items on a character, or that represent some sort of item related sound. These would include sounds made by any misc items carried by a character like papers or binorulars, but could also be used as a second weapon sound channel if it is required for a weapon to play two different sounds at the same time. This is also the channel that should be used for weapon reload sound to prevent them from cutting off long firing sounds. //3 - weaponidle - is for constant sound made by weapons or possibly the character itself. An example from Quake3 would be the rail gun hum, but I can't think of any examples from MoH. //4 - voice - These are vocal sounds made by a character such as pain, death, and yelling during combat. This is effectively a lower priority dialog channel for general use throughout the majority of the game. //5 - local - This plays a sound that is considered to be local to the player. Meaning, it does not do 3D spatialization on the sound. It does adjust the volume of the sound according to distance though. This is best used for playing sounds that should sound omni-directional like rain or lightning. //6 - weapon - These are the sound that are made by the characters' weapons. These include the firing sounds, but not reloading sounds. //7 - dialog_secondary - This is a secondary backup dialog channel. Good for use with lower priority dialog such as idle chatter between characters, as it's considered to be lower priority than regular dialog. This should only include spoken dialog that will have subtitle text. //8 - dialog - This is the primary sould channel for playing character dialog. This should only include spoken dialog that will have subtitle text. //9 - menu - This is the sound channel for menu sounds to play on. //======================================================================================== // DFR (Dialog Friend) and DEN (Dialog Enemy) in the alias name determine if subtitles should be displayed with the subtitle flag. // Files in red should be .wav not .mp3 //================================================================================ // LEVEL SPECIFIC DIALOG //================================================================================ //=============== // Mission 1 //=============== // 1_1 alias dfr_death_AS2871 sound/dialogue/Mission_1/Allies/dfr_death_AS2871tw22.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed maps "t1l1 " alias dfr_T1L1_BS6001 sound/dialogue/Mission_1/Allies/dfr_T1L1_BS6001td25.mp3 soundparms 0.8 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Say hello to France boys." maps "t1l1 " alias dfr_T1L1_AJ4001 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4001tj21.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Get Ready!" maps "t1l1 " alias dfr_T1L1_AJ4002 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4002tj22.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Stand Up!" maps "t1l1 " alias dfr_T1L1_AJ4003 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4003tj22.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Hook up!" maps "t1l1 " alias dfr_T1L1_AJ4008 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4008tj21.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Equipment check!" maps "t1l1 " alias dfr_T1L1_AJ4004 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4004tj22.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Sound off for equipment check!" maps "t1l1 " // twenty okay through thirteen okay is one combined file without subtitles //alias dfr_T1L1_AS2001 sound/dialogue/Mission_1/Allies/dfr_T1L1_AB1003tx1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed maps "t1l1 " alias dfr_T1L1_AS2401 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS2401th3.mp3 soundparms 1.3 0.0 1.0 0.0 80 120 dialog streamed subtitle "Twelve okay!" maps "t1l1 " alias dfr_T1L1_AS2501 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS2501tm3.mp3 soundparms 1.3 0.0 1.0 0.0 80 140 dialog streamed subtitle "Eleven okay!" maps "t1l1 " alias dfr_T1L1_BP6701 sound/dialogue/Mission_1/Allies/dfr_T1L1_BP6701tb4.mp3 soundparms 0.5 0.0 1.0 0.0 80 170 dialog streamed subtitle "Ten okay!" maps "t1l1 " alias dfr_T1L1_AS2601 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS2601tg1.mp3 soundparms 0.4 0.0 1.0 0.0 80 170 dialog streamed subtitle "Nine okay!" maps "t1l1 " alias dfr_T1L1_BS6201 sound/dialogue/Mission_1/Allies/dfr_T1L1_BS6201tc1.mp3 soundparms 0.7 0.0 1.0 0.0 80 240 dialog streamed subtitle "Eight okay!" maps "t1l1 " alias dfr_T1L1_BS6101 sound/dialogue/Mission_1/Allies/dfr_T1L1_BS6101td2.mp3 soundparms 1.0 0.0 1.0 0.0 80 260 dialog streamed subtitle "Seven okay!" maps "t1l1 " alias dfr_T1L1_AS2701 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS2701ty2.mp3 soundparms 1.2 0.0 1.0 0.0 80 300 dialog streamed subtitle "Six okay!" maps "t1l1 " alias dfr_T1L1_AS2801 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS2801tw3.mp3 soundparms 1.2 0.0 1.0 0.0 80 360 dialog streamed subtitle "Five okay!" maps "t1l1 " alias dfr_T1L1_BP6737 sound/dialogue/Mission_1/Allies/dfr_T1L2_BP6737td1.mp3 soundparms 1.2 0.0 1.0 0.0 80 300 dialog streamed subtitle "Four okay!" maps "t1l1 " alias dfr_T1L1_AS2901 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS2901th3.mp3 soundparms 1.0 0.0 1.0 0.0 80 260 dialog streamed subtitle "Three okay!" maps "t1l1 " alias dfr_T1L1_BS6002 sound/dialogue/Mission_1/Allies/dfr_T1L1_BS6002tc3.mp3 soundparms 0.9 0.0 1.0 0.0 80 240 dialog streamed subtitle "Two okay!" maps "t1l1 " alias dfr_T1L1_AS3001 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS3001ty3.mp3 soundparms 0.8 0.0 1.0 0.0 80 200 dialog streamed subtitle "One okay!" maps "t1l1 " alias dfr_T1L1_AJ4005 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4005tj20.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Are we happy?!" maps "t1l1 " // Hell yes is two combined files alias dfr_T1L1_AS3002 sound/dialogue/Mission_1/Allies/dfr_T1L1_AB1001tx1.mp3 soundparms 0.7 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Hell yes!" maps "t1l1 " alias dfr_T1L1_AS4002 sound/dialogue/Mission_1/Allies/dfr_T1L1_AB1001tx2.mp3 soundparms 0.8 0.0 1.0 0.0 160 1600 dialog streamed maps "t1l1 " alias dfr_T1L1_BS6003 sound/dialogue/Mission_1/Allies/dfr_T1L1_BS6003tc5.mp3 soundparms 0.5 0.0 1.0 0.0 160 1600 dialog streamed maps "t1l1 " alias dfr_T1L1_AS2902 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS2902th3.mp3 soundparms 0.7 0.0 1.0 0.0 160 1600 dialog streamed maps "t1l1 " alias dfr_T1L1_AS2802 sound/dialogue/Mission_1/Allies/dfr_T1L1_AS2802tw1.mp3 soundparms 0.5 0.0 1.0 0.0 160 1600 dialog streamed maps "t1l1 " alias dfr_T1L1_AJ4006 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4006tj25.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Sticks in the wind, sticks in the wind!" maps "t1l1 " alias dfr_T1L1_AJ40071 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4007tj20.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Go...Go...Go!" maps "t1l1 " alias dfr_T1L1_AJ40072 sound/dialogue/Mission_1/Allies/dfr_T1L1_AJ4007tj21.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Go...Go!" maps "t1l1 " // German chaos trying to enter the barn alias den_T1L1_GermanWalla sound/dialogue/Mission_1/Axis/den_T1L1_GermanWalla.mp3 soundparms 1.5 0.0 1.0 0.0 2000 10000 dialog streamed maps "t1l1 " alias den_T1L1_GS5901 sound/dialogue/Mission_1/Axis/den_T1L1_GS5901tk2.mp3 soundparms 0.7 0.0 1.0 0.0 80 2000 dialog streamed subtitle "Over here, over here!" maps "t1l1 " alias den_T1L1_GS5801 sound/dialogue/Mission_1/Axis/den_T1L1_GS5801tp1.mp3 soundparms 0.4 0.0 1.0 0.0 48 1000 dialog streamed subtitle "Hurry, find him!" maps "t1l1 " // changed dfr_T1L1_BC6901ta23.wav to dfr_T1L1_BC6901ta21.wav alias dfr_T1L1_BC6901 sound/dialogue/Mission_1/Allies/dfr_T1L1_BC6901ta21.mp3 soundparms 1.3 0.0 1.0 0.0 160 2100 dialog streamed subtitle "Glad, you made it Sergeant. Looks like most of the lads got scattered." maps "t1l1 " alias dfr_T1L1_BP6733 sound/dialogue/Mission_1/Allies/dfr_T1L1_BP6733td20.mp3 soundparms 1.3 0.0 1.0 0.0 240 3600 dialog streamed subtitle "Tiger Tank!" maps "t1l1 " alias dfr_T1L1_BC6958 sound/dialogue/Mission_1/Allies/dfr_T1L1_BC6958ta22.mp3 soundparms 1.5 0.0 1.0 0.0 420 5500 dialog streamed subtitle "Barnes! Get on that artillery and take out the tank!" maps "t1l1 " alias dfr_T1L1_BC6959 sound/dialogue/Mission_1/Allies/dfr_T1L1_BC6959ta21.mp3 soundparms 1.3 0.0 1.0 0.0 160 2100 dialog streamed subtitle "Nice job Sergeant." maps "t1l1 " // Text change only for alias dfr_T1L1_BC6902 from "Burrows" to "Wilson" alias dfr_T1L1_BC6902 sound/dialogue/Mission_1/Allies/dfr_T1L1_BC6902ta23.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Wilson, get Barnes here a weapon and let's find some cover." maps "t1l1 " // 1_2 alias dfr_T1L2_BR6801 sound/dialogue/Mission_1/Allies/dfr_T1L2_BR6801ALTtb2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Base to Foxhound, come in foxhound." maps "t1l2 " alias dfr_T1L2_BC6903 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6903ALTta1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Foxhound receiving, go ahead." maps "t1l2 " alias dfr_T1L2_BR6802 sound/dialogue/Mission_1/Allies/dfr_T1L2_BR6802tb2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Jerry's scrambling to reinforce artillery divisions north of you." maps "t1l2 " alias dfr_T1L2_BR6803 sound/dialogue/Mission_1/Allies/dfr_T1L2_BR6803tb2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "They're utilizing a bridge in your area, held by a Colonel Hildebrandt." maps "t1l2 " alias dfr_T1L2_BR6804 sound/dialogue/Mission_1/Allies/dfr_T1L2_BR6804tb2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Your mission is to eliminate the colonel and destroy that bridge." maps "t1l2 " alias dfr_T1L2_BR6805 sound/dialogue/Mission_1/Allies/dfr_T1L2_BR6805tb1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Reports indicate the span is heavily defended, but your orders are to succeed at all costs. Over." maps "t1l2 " alias dfr_T1L2_BC6904 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6904ALTta4.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Roger that, over and out." maps "t1l2 " alias dfr_T1L2_BC6905 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6905ta2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Sergeant, you're on point. Let's move." maps "t1l2 " alias dfr_T1L2_BC6960 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6960ta21.mp3 soundparms 1.3 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Let's keep our eyes peeled for enemy artillery." maps "t1l2 " alias dfr_T1L2_BC6961 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6961ta22.mp3 soundparms 1.5 0.1 1.0 0.0 800 5500 dialog streamed subtitle "We need fire on that windmill!" maps "t1l2 " alias dfr_T1L2_BC6962 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6962ta21.mp3 soundparms 1.4 0.0 1.0 0.0 160 6500 dialog streamed subtitle "Good work chaps, now let's destroy this cannon." maps "t1l2 " alias dfr_T1L2_BC6963 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6963ta22.mp3 soundparms 1.4 0.0 1.0 0.0 160 6500 dialog streamed subtitle "Alright boys, we're down to three. Stay sharp,keep tight." maps "t1l2 " alias dfr_T1L2_BC6964 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6964ta22.mp3 soundparms 1.4 0.0 1.0 0.0 160 6500 dialog streamed subtitle "We're getting close, stick together." maps "t1l2 " alias dfr_T1L2_BC6906 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6906ta3.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Here we go. Barnes, you're with me. Wait for my order." maps "t1l2 " alias dfr_T1L2_BC6907 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6907ta2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Let's go!" maps "t1l2 " alias dfr_T1L2_BP6703 sound/dialogue/Mission_1/Allies/dfr_T1L2_BP6703td20.mp3 soundparms 1.4 0.0 1.0 0.0 320 2200 dialog streamed subtitle "Barnes, get in there and lay down covering fire." maps "t1l2 " alias dfr_T1L2_BC6908 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6908ALTta3.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Sergeant, get a demolition charge on this Flak cannon! Set the charge and rejoin the rest of the squad outside." maps "t1l2 " alias dfr_T1L2_BC6909 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6909ALTta1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Take cover! Barnes, get to the front of the house! We'll flush them out and you finish them off. Go!" maps "t1l2 " alias dfr_T1L2_BC6910 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6910ta2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Keep moving. Staggered formation, go!" maps "t1l2 " alias dfr_T1L2_BC6911 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6911ta2.mp3 soundparms 1.5 0.0 1.0 0.0 100 2200 dialog streamed subtitle "They're moving artillery along those tracks. We've got to blow the bridge and cut their supply lines." maps "t1l2 " alias dfr_T1L2_BC6956 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6956ta4.mp3 soundparms 1.5 0.0 1.0 0.0 100 2200 dialog streamed subtitle "Galloway, demo this drainage grate! Barnes, take cover over here with me! Move!" maps "t1l2 " alias dfr_T1L2_BC6912 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6912ta24.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Let's clear this house and see if we can't get a better vantage point of the bridge. Follow me." maps "t1l2 " alias dfr_T1L2_BP6734 sound/dialogue/Mission_1/Allies/dfr_T1L2_BP6734td20.mp3 soundparms 1.5 0.1 1.0 0.0 320 8000 dialog_secondary streamed subtitle "Sniper!" maps "t1l2 " alias dfr_T1L2_BP6735 sound/dialogue/Mission_1/Allies/dfr_T1L2_BP6735td20.mp3 soundparms 1.1 0.0 1.0 0.0 160 1600 dialog streamed subtitle "I've got a bad feeling about this." maps "t1l2 " alias dfr_T1L2_BP6736 sound/dialogue/Mission_1/Allies/dfr_T1L2_BP6736td20.mp3 soundparms 1.5 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Ambush!" maps "t1l2 " alias dfr_T1L2_BC6913 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6913ta22.mp3 soundparms 1.3 0.0 1.0 0.0 240 2200 dialog streamed subtitle "Take a look Sergeant." maps "t1l2 " alias dfr_T1L2_BC6914 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6914ta2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Private Wilson will go scout the bridge. You take out the eighty-eight down there." maps "t1l2 " alias dfr_T1L2_BC6915 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6915ALTta4.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "I'll provide covering fire from here. Wait for my signal before attacking. Move out!" maps "t1l2 " alias dfr_T1L2_BC6916 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6916ta2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Nice work, Sergeant." maps "t1l2 " // Text change only for alias dfr_T1L2_BP6704 alias dfr_T1L2_BP6704 sound/dialogue/Mission_1/Allies/dfr_T1L2_BP6704td20.mp3 soundparms 1.3 0.0 1.0 0.0 240 2200 dialog streamed subtitle "I wasn't able to make it to the bridge, but I found another way across the river. Follow me." maps "t1l2 " // 1_3 alias dfr_T1L3_BC6917 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6917ta4.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "We're getting close. Hold your fire." maps "t1l3 " alias dfr_T1L3_BC6918 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6918ta4.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Sergeant! Cease fire!" maps "t1l3 " alias den_T1L3_GG5701 sound/dialogue/Mission_1/Axis/den_T1L3_GG5701tu1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Americans!" maps "t1l3 " alias dfr_T1L2_BP6705 sound/dialogue/Mission_1/Allies/dfr_T1L2_BP6705td20.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "There he goes. Let's get him." maps "t1l3 " alias dfr_T1L3_BC6919 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6919ta3.mp3 soundparms 1.3 0.0 1.0 0.0 160 2200 dialog streamed subtitle "Stay on him! Don't let him escape!" maps "t1l3 " alias den_T1L3_GC5601 sound/dialogue/Mission_1/Axis/den_T1L3_GC5601tf11.mp3 soundparms 1.4 0.0 1.0 0.0 360 1800 dialog streamed subtitle "Come get me coward!" maps "t1l3 " alias dfr_T1L3_BC6920 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6920ta6.mp3 soundparms 1.3 0.0 1.0 0.0 100 1600 dialog streamed subtitle "Well done. I'll meet you at the front of the house." maps "t1l3 " alias dfr_T1L3_BC6921 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6921ta1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Very well, Sergeant, let's blow that bridge." maps "t1l3 " // changed BC6922ta22.wav to BC6922ta20.wav alias dfr_T1L3_BC6922 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6922ta20.mp3 soundparms 1.5 0.0 1.0 0.0 450 3000 dialog streamed subtitle "We'll never get past that tank on foot. Man that eighty-eight in the field. I'll draw the tank into your line of fire." maps "t1l3 " //alias dfr_T1L3_BC6998 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6998ta20.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "We'll never get past that tank on foot." maps "t1l3 " //'alias dfr_T1L3_BC6999 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6999ta20.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Man that eighty-eight in the field. I'll draw the tank into your line of fire." maps "t1l3 " alias dfr_T1L3_BC6923 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6923ALTta3.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Good shot, Barnes. Let's blow up this eighty-eight and get to the bridge." maps "t1l3 " alias dfr_T1L3_BC6924 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6924ta3.mp3 soundparms 1.4 0.0 1.0 0.0 160 3000 dialog streamed subtitle "Right on time. That's our supply drop. Let's get those explosives." maps "t1l3 " alias dfr_T1L3_BC6965 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6965ta23.mp3 soundparms 1.3 0.0 1.0 0.0 160 2000 dialog streamed subtitle "We'll need explosives from the supply drop if we want to destroy this comm center." maps "t1l3 " alias dfr_T1L3_BC6966 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6966ta22.mp3 soundparms 1.3 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Barnes, use one of the demo charges to take down this comm center." maps "t1l3 " alias dfr_T1L3_BC6967 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6967ta22.mp3 soundparms 1.4 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Good work. Let's move out." maps "t1l3 " alias dfr_T1L3_BC6968 sound/dialogue/Mission_1/Allies/dfr_T1L2_BC6968ta20.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Place the charges and I'll cover you Barnes." maps "t1l3 " alias dfr_T1L3_BC6925 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6925ta2.mp3 soundparms 1.4 0.0 1.0 0.0 160 2500 dialog streamed subtitle "Hurry Barnes! Place the charges and we'll blow this thing." maps "t1l3 " alias dfr_T1L3_BC6926 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6926ALTta2.mp3 soundparms 1.4 0.0 1.0 0.0 160 3000 dialog streamed subtitle "Come on Barnes! Move it!" maps "t1l3 " alias dfr_T1L3_BC6927 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6927ta3.mp3 soundparms 1.4 0.0 1.0 0.0 160 3000 dialog streamed subtitle "Double time! Over here, c'mon!" maps "t1l3 " alias dfr_T1L3_BC6928 sound/dialogue/Mission_1/Allies/dfr_T1L3_BC6928ta4.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "I despise trains. Let's get out of here." maps "t1l3 " // Mission 1 Calls - German // Alias den_call_GS5904 - The Americans are here! alias den_call_GS590401 sound/dialogue/Mission_1/Axis/den_call_GS5904tk1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590402 sound/dialogue/Mission_1/Axis/den_call_GS5904tk2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590403 sound/dialogue/Mission_1/Axis/den_call_GS5904tk3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590404 sound/dialogue/Mission_1/Axis/den_call_GS5804tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590405 sound/dialogue/Mission_1/Axis/den_call_GS5804tp2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590406 sound/dialogue/Mission_1/Axis/den_call_GS5804tp3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590407 sound/dialogue/Mission_1/Axis/den_call_GG5704tu1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590408 sound/dialogue/Mission_1/Axis/den_call_GG5704tu2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " //alias den_call_GS590409 sound/dialogue/Mission_1/Axis/den_call_GG5704tu3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590410 sound/dialogue/Mission_1/Axis/den_call_GC5602tf1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590411 sound/dialogue/Mission_1/Axis/den_call_GC5602tf3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590412 sound/dialogue/Mission_1/Axis/den_call_GC5602tf5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " // Alias den_call_GS5905 - The enemy has landed! alias den_call_GS590501 sound/dialogue/Mission_1/Axis/den_call_GS5905tk1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590502 sound/dialogue/Mission_1/Axis/den_call_GS5905tk2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590503 sound/dialogue/Mission_1/Axis/den_call_GS5905tk3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590504 sound/dialogue/Mission_1/Axis/den_call_GS5805tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590505 sound/dialogue/Mission_1/Axis/den_call_GS5805tp4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590506 sound/dialogue/Mission_1/Axis/den_call_GS5805tp5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590507 sound/dialogue/Mission_1/Axis/den_call_GG5705tu1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " //alias den_call_GS590508 sound/dialogue/Mission_1/Axis/den_call_GG5705tu2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590509 sound/dialogue/Mission_1/Axis/den_call_GG5705tu3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590510 sound/dialogue/Mission_1/Axis/den_call_GC5603tf1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590511 sound/dialogue/Mission_1/Axis/den_call_GC5603tf2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590512 sound/dialogue/Mission_1/Axis/den_call_GC5603tf3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " // Alias den_call_GS5906 - Americans! alias den_call_GS590601 sound/dialogue/Mission_1/Axis/den_call_GS5906tk1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590602 sound/dialogue/Mission_1/Axis/den_call_GS5906tk2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590603 sound/dialogue/Mission_1/Axis/den_call_GS5906tk3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590604 sound/dialogue/Mission_1/Axis/den_call_GS5806tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590605 sound/dialogue/Mission_1/Axis/den_call_GS5806tp2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590606 sound/dialogue/Mission_1/Axis/den_call_GS5806tp3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590607 sound/dialogue/Mission_1/Axis/den_call_GG5706tu1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590608 sound/dialogue/Mission_1/Axis/den_call_GG5706tu2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590609 sound/dialogue/Mission_1/Axis/den_call_GG5706tu3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590610 sound/dialogue/Mission_1/Axis/den_call_GC5604tf1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590611 sound/dialogue/Mission_1/Axis/den_call_GC5604tf2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590612 sound/dialogue/Mission_1/Axis/den_call_GC5604tf3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " // Alias den_call_GS5907 - Sniper! alias den_call_GS590701 sound/dialogue/Mission_1/Axis/den_call_GS5907tk1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590702 sound/dialogue/Mission_1/Axis/den_call_GS5907tk2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590703 sound/dialogue/Mission_1/Axis/den_call_GS5907tk3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590704 sound/dialogue/Mission_1/Axis/den_call_GS5807tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590705 sound/dialogue/Mission_1/Axis/den_call_GS5807tp2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590706 sound/dialogue/Mission_1/Axis/den_call_GS5807tp3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590707 sound/dialogue/Mission_1/Axis/den_call_GG5707tu2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590708 sound/dialogue/Mission_1/Axis/den_call_GG5707tu3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590709 sound/dialogue/Mission_1/Axis/den_call_GG5707tu4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590710 sound/dialogue/Mission_1/Axis/den_call_GC5605tf2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590711 sound/dialogue/Mission_1/Axis/den_call_GC5605tf4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590712 sound/dialogue/Mission_1/Axis/den_call_GC5605tf6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " // Alias den_call_GS5908 - Take cover! alias den_call_GS590801 sound/dialogue/Mission_1/Axis/den_call_GS5908tk1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590802 sound/dialogue/Mission_1/Axis/den_call_GS5908tk2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590803 sound/dialogue/Mission_1/Axis/den_call_GS5908tk3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590804 sound/dialogue/Mission_1/Axis/den_call_GS5808tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590805 sound/dialogue/Mission_1/Axis/den_call_GS5808tp2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590806 sound/dialogue/Mission_1/Axis/den_call_GS5808tp3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590807 sound/dialogue/Mission_1/Axis/den_call_GG5708tu2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590808 sound/dialogue/Mission_1/Axis/den_call_GG5708tu3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590809 sound/dialogue/Mission_1/Axis/den_call_GG5708tu4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590810 sound/dialogue/Mission_1/Axis/den_call_GC5606tf1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590811 sound/dialogue/Mission_1/Axis/den_call_GC5606tf2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590812 sound/dialogue/Mission_1/Axis/den_call_GC5606tf3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " // Alias den_call_GS5909 - He's hiding in the rubble! alias den_call_GS590901 sound/dialogue/Mission_1/Axis/den_call_GS5909tk4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590902 sound/dialogue/Mission_1/Axis/den_call_GS5909tk5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590903 sound/dialogue/Mission_1/Axis/den_call_GS5909tk6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590904 sound/dialogue/Mission_1/Axis/den_call_GS5809tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590905 sound/dialogue/Mission_1/Axis/den_call_GS5809tp2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590906 sound/dialogue/Mission_1/Axis/den_call_GS5809tp3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590907 sound/dialogue/Mission_1/Axis/den_call_GG5709tu1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590908 sound/dialogue/Mission_1/Axis/den_call_GG5709tu2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590909 sound/dialogue/Mission_1/Axis/den_call_GG5709tu3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590910 sound/dialogue/Mission_1/Axis/den_call_GC5607tf1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590911 sound/dialogue/Mission_1/Axis/den_call_GC5607tf2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS590912 sound/dialogue/Mission_1/Axis/den_call_GC5607tf3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " // Alias den_call_GS5910 - He must not escape! alias den_call_GS591001 sound/dialogue/Mission_1/Axis/den_call_GS5910tk1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591002 sound/dialogue/Mission_1/Axis/den_call_GS5910tk2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591003 sound/dialogue/Mission_1/Axis/den_call_GS5910tk3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591004 sound/dialogue/Mission_1/Axis/den_call_GS5810tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591005 sound/dialogue/Mission_1/Axis/den_call_GS5810tp2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591006 sound/dialogue/Mission_1/Axis/den_call_GS5810tp3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591007 sound/dialogue/Mission_1/Axis/den_call_GG5710tu1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591008 sound/dialogue/Mission_1/Axis/den_call_GG5710tu2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591009 sound/dialogue/Mission_1/Axis/den_call_GG5710tu3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591010 sound/dialogue/Mission_1/Axis/den_call_GC5608tf1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591011 sound/dialogue/Mission_1/Axis/den_call_GC5608tf2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591012 sound/dialogue/Mission_1/Axis/den_call_GC5608tf3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " // Alias den_call_GS5911 - Watch the stairwell! alias den_call_GS591101 sound/dialogue/Mission_1/Axis/den_call_GS5911tk1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591102 sound/dialogue/Mission_1/Axis/den_call_GS5911tk2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591103 sound/dialogue/Mission_1/Axis/den_call_GS5911tk3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591104 sound/dialogue/Mission_1/Axis/den_call_GS5811tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591105 sound/dialogue/Mission_1/Axis/den_call_GS5811tp2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591106 sound/dialogue/Mission_1/Axis/den_call_GS5811tp3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591107 sound/dialogue/Mission_1/Axis/den_call_GG5711tu1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591108 sound/dialogue/Mission_1/Axis/den_call_GG5711tu2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591109 sound/dialogue/Mission_1/Axis/den_call_GG5711tu3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591110 sound/dialogue/Mission_1/Axis/den_call_GC5609tf1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591111 sound/dialogue/Mission_1/Axis/den_call_GC5609tf2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " alias den_call_GS591112 sound/dialogue/Mission_1/Axis/den_call_GC5609tf4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t " // Mission 1 Calls - British // Alias dfr_call_BS6004 - Enemy spotted! alias dfr_call_BS600401 sound/dialogue/Mission_1/Allies/dfr_call_BS6004tc1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600402 sound/dialogue/Mission_1/Allies/dfr_call_BS6004tc2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600403 sound/dialogue/Mission_1/Allies/dfr_call_BS6004tc3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600404 sound/dialogue/Mission_1/Allies/dfr_call_BS6103td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600405 sound/dialogue/Mission_1/Allies/dfr_call_BS6103td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600406 sound/dialogue/Mission_1/Allies/dfr_call_BS6103td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600407 sound/dialogue/Mission_1/Allies/dfr_call_BP6706tb4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600408 sound/dialogue/Mission_1/Allies/dfr_call_BP6706tb5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600409 sound/dialogue/Mission_1/Allies/dfr_call_BP6706tb6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600410 sound/dialogue/Mission_1/Allies/dfr_call_BC6929ta1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600411 sound/dialogue/Mission_1/Allies/dfr_call_BC6929ta2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " //alias dfr_call_BS600412 sound/dialogue/Mission_1/Allies/dfr_call_BC6929ta3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6005 - Let's get 'em! alias dfr_call_BS600501 sound/dialogue/Mission_1/Allies/dfr_call_BS6005tc1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600502 sound/dialogue/Mission_1/Allies/dfr_call_BS6005tc2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600503 sound/dialogue/Mission_1/Allies/dfr_call_BS6005tc3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600504 sound/dialogue/Mission_1/Allies/dfr_call_BS6104td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600505 sound/dialogue/Mission_1/Allies/dfr_call_BS6104td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600506 sound/dialogue/Mission_1/Allies/dfr_call_BS6104td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_call_BS600507 sound/dialogue/Mission_1/Allies/dfr_call_BP6707tb1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600508 sound/dialogue/Mission_1/Allies/dfr_call_BP6707tb2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600509 sound/dialogue/Mission_1/Allies/dfr_call_BP6707tb3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600510 sound/dialogue/Mission_1/Allies/dfr_call_BC6930ta1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " //alias dfr_call_BS600511 sound/dialogue/Mission_1/Allies/dfr_call_BC6930ta2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600512 sound/dialogue/Mission_1/Allies/dfr_call_BC6930ta3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6006 - Take 'em! alias dfr_call_BS600601 sound/dialogue/Mission_1/Allies/dfr_call_BS6006tc1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600602 sound/dialogue/Mission_1/Allies/dfr_call_BS6006tc2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600603 sound/dialogue/Mission_1/Allies/dfr_call_BS6006tc3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600604 sound/dialogue/Mission_1/Allies/dfr_call_BS6105td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600605 sound/dialogue/Mission_1/Allies/dfr_call_BS6105td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600606 sound/dialogue/Mission_1/Allies/dfr_call_BS6105td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600607 sound/dialogue/Mission_1/Allies/dfr_call_BP6708tb1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600608 sound/dialogue/Mission_1/Allies/dfr_call_BP6708tb2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600609 sound/dialogue/Mission_1/Allies/dfr_call_BP6708tb3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600610 sound/dialogue/Mission_1/Allies/dfr_call_BC6931ta1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600611 sound/dialogue/Mission_1/Allies/dfr_call_BC6931ta2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600612 sound/dialogue/Mission_1/Allies/dfr_call_BC6931ta3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6007 - Here we go! alias dfr_call_BS600701 sound/dialogue/Mission_1/Allies/dfr_call_BS6007tc4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600702 sound/dialogue/Mission_1/Allies/dfr_call_BS6007tc5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600703 sound/dialogue/Mission_1/Allies/dfr_call_BS6007tc6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600704 sound/dialogue/Mission_1/Allies/dfr_call_BS6106td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600705 sound/dialogue/Mission_1/Allies/dfr_call_BS6106td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600706 sound/dialogue/Mission_1/Allies/dfr_call_BS6106td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600707 sound/dialogue/Mission_1/Allies/dfr_call_BP6709tb1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600708 sound/dialogue/Mission_1/Allies/dfr_call_BP6709tb2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600709 sound/dialogue/Mission_1/Allies/dfr_call_BP6709tb3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600710 sound/dialogue/Mission_1/Allies/dfr_call_BC6932ta1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600711 sound/dialogue/Mission_1/Allies/dfr_call_BC6932ta2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " //alias dfr_call_BS600712 sound/dialogue/Mission_1/Allies/dfr_call_BC6932ta3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6008 - Watch it! alias dfr_call_BS600801 sound/dialogue/Mission_1/Allies/dfr_call_BS6008tc1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600802 sound/dialogue/Mission_1/Allies/dfr_call_BS6008tc2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600803 sound/dialogue/Mission_1/Allies/dfr_call_BS6008tc3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600804 sound/dialogue/Mission_1/Allies/dfr_call_BS6107td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600805 sound/dialogue/Mission_1/Allies/dfr_call_BS6107td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600806 sound/dialogue/Mission_1/Allies/dfr_call_BS6107td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600807 sound/dialogue/Mission_1/Allies/dfr_call_BP6710tb7.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600808 sound/dialogue/Mission_1/Allies/dfr_call_BP6710tb8.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600809 sound/dialogue/Mission_1/Allies/dfr_call_BP6710tb9.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600810 sound/dialogue/Mission_1/Allies/dfr_call_BC6933ta1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600811 sound/dialogue/Mission_1/Allies/dfr_call_BC6933ta2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600812 sound/dialogue/Mission_1/Allies/dfr_call_BC6933ta3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6009 - To the left! alias dfr_call_BS600901 sound/dialogue/Mission_1/Allies/dfr_call_BS6009tc1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600902 sound/dialogue/Mission_1/Allies/dfr_call_BS6009tc2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600903 sound/dialogue/Mission_1/Allies/dfr_call_BS6009tc3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600904 sound/dialogue/Mission_1/Allies/dfr_call_BS6108td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600905 sound/dialogue/Mission_1/Allies/dfr_call_BS6108td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600906 sound/dialogue/Mission_1/Allies/dfr_call_BS6108td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS600907 sound/dialogue/Mission_1/Allies/dfr_call_BP6711tb7.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600908 sound/dialogue/Mission_1/Allies/dfr_call_BP6711tb8.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600909 sound/dialogue/Mission_1/Allies/dfr_call_BP6711tb9.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS600910 sound/dialogue/Mission_1/Allies/dfr_call_BC6934ta2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600911 sound/dialogue/Mission_1/Allies/dfr_call_BC6934ta4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS600912 sound/dialogue/Mission_1/Allies/dfr_call_BC6934ta6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6010 - Left flank! alias dfr_call_BS601001 sound/dialogue/Mission_1/Allies/dfr_call_BS6010tc1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601002 sound/dialogue/Mission_1/Allies/dfr_call_BS6010tc2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601003 sound/dialogue/Mission_1/Allies/dfr_call_BS6010tc3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601004 sound/dialogue/Mission_1/Allies/dfr_call_BS6109td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601005 sound/dialogue/Mission_1/Allies/dfr_call_BS6109td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601006 sound/dialogue/Mission_1/Allies/dfr_call_BS6109td4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601007 sound/dialogue/Mission_1/Allies/dfr_call_BP6712tb1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601008 sound/dialogue/Mission_1/Allies/dfr_call_BP6712tb2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601009 sound/dialogue/Mission_1/Allies/dfr_call_BP6712tb3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601010 sound/dialogue/Mission_1/Allies/dfr_call_BC6935ta4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS601011 sound/dialogue/Mission_1/Allies/dfr_call_BC6935ta5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS601012 sound/dialogue/Mission_1/Allies/dfr_call_BC6935ta6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6011 - They're on the right! alias dfr_call_BS601101 sound/dialogue/Mission_1/Allies/dfr_call_BS6011tc1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601102 sound/dialogue/Mission_1/Allies/dfr_call_BS6011tc4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601103 sound/dialogue/Mission_1/Allies/dfr_call_BS6011tc5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601104 sound/dialogue/Mission_1/Allies/dfr_call_BS6110td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601105 sound/dialogue/Mission_1/Allies/dfr_call_BS6110td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601106 sound/dialogue/Mission_1/Allies/dfr_call_BS6110td5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601107 sound/dialogue/Mission_1/Allies/dfr_call_BP6713tb1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601108 sound/dialogue/Mission_1/Allies/dfr_call_BP6713tb2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601109 sound/dialogue/Mission_1/Allies/dfr_call_BP6713tb3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601110 sound/dialogue/Mission_1/Allies/dfr_call_BC6936ta4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS601111 sound/dialogue/Mission_1/Allies/dfr_call_BC6936ta5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS601112 sound/dialogue/Mission_1/Allies/dfr_call_BC6936ta6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6012 - Right flank! alias dfr_call_BS601201 sound/dialogue/Mission_1/Allies/dfr_call_BS6012tc4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601202 sound/dialogue/Mission_1/Allies/dfr_call_BS6012tc5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601203 sound/dialogue/Mission_1/Allies/dfr_call_BS6012tc6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601204 sound/dialogue/Mission_1/Allies/dfr_call_BS6111td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601205 sound/dialogue/Mission_1/Allies/dfr_call_BS6111td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601206 sound/dialogue/Mission_1/Allies/dfr_call_BS6111td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601207 sound/dialogue/Mission_1/Allies/dfr_call_BP6714tb1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601208 sound/dialogue/Mission_1/Allies/dfr_call_BP6714tb2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601209 sound/dialogue/Mission_1/Allies/dfr_call_BP6714tb3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601210 sound/dialogue/Mission_1/Allies/dfr_call_BC6937ta1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS601211 sound/dialogue/Mission_1/Allies/dfr_call_BC6937ta2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS601212 sound/dialogue/Mission_1/Allies/dfr_call_BC6937ta3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " // Alias dfr_call_BS6013 - Dead ahead! alias dfr_call_BS601301 sound/dialogue/Mission_1/Allies/dfr_call_BS6013tc1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601302 sound/dialogue/Mission_1/Allies/dfr_call_BS6013tc2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601303 sound/dialogue/Mission_1/Allies/dfr_call_BS6013tc3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601304 sound/dialogue/Mission_1/Allies/dfr_call_BS6112td1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601305 sound/dialogue/Mission_1/Allies/dfr_call_BS6112td2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601306 sound/dialogue/Mission_1/Allies/dfr_call_BS6112td3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_call_BS601307 sound/dialogue/Mission_1/Allies/dfr_call_BP6715tb1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601308 sound/dialogue/Mission_1/Allies/dfr_call_BP6715tb2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601309 sound/dialogue/Mission_1/Allies/dfr_call_BP6715tb3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 " alias dfr_call_BS601310 sound/dialogue/Mission_1/Allies/dfr_call_BC6938ta2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS601311 sound/dialogue/Mission_1/Allies/dfr_call_BC6938ta3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " alias dfr_call_BS601312 sound/dialogue/Mission_1/Allies/dfr_call_BC6938ta4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 t1l3 " //=============== // Mission 2 //=============== // 2_1 alias dfr_T2L1_AP4201 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4201tm26.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Listen up guys, we're way past our line now. The German supply depot is a half-mile up the road. Stay sharp." maps "t2l1 " //alias dfr_T2L1_AP4203 "Nebelwerfer! Spread out!" "Nebelwerfer! Spread out!" maps "t2l1 " alias dfr_T2L1_AP420301 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4203tm1.mp3 soundparms 1.3 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Nebelwerfer! Spread out!" maps "t2l1 " alias dfr_T2L1_AP420302 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4203tm2.mp3 soundparms 1.3 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Nebelwerfer! Spread out!" maps "t2l1 " alias dfr_T2L1_AP420303 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4203tm3.mp3 soundparms 1.3 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Nebelwerfer! Spread out!" maps "t2l1 " alias dfr_T2L1_AP4368 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4368tm22.mp3 soundparms 1.3 0.0 1.0 0.0 160 2400 dialog streamed subtitle "Halftrack! Barnes, get on the artillery and take it out!" maps "t2l1 " alias dfr_T2L1_AP4369 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4369tm29.mp3 soundparms 1.5 0.0 1.0 0.0 360 3000 dialog streamed subtitle "Okay Sergeant, here's the sticky bombs. You take out the artillery as we go." maps "t2l1 " alias dfr_T2L1_AP4204 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4204tm2.mp3 soundparms 2.5 0.0 1.0 0.0 800 6000 dialog streamed subtitle "Sarge. You got the sticky bombs. You need to blow that tank." maps "t2l1 " alias dfr_T2L1_AP4205 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4205tm10.mp3 soundparms 1.3 0.0 1.0 0.0 160 3000 dialog streamed subtitle "There's the depot. Let's take it!" maps "t2l1 " alias dfr_T2L1_AP4370 sound/dialogue/Mission_2/Allies/dfr_T2L1_AP4370tm21.mp3 soundparms 1.3 0.0 1.0 0.0 160 3000 dialog streamed subtitle "You find a truck, we'll cover the front." maps "t2l1 " // 2_2 alias dfr_T2L2_AS3003 sound/dialogue/Mission_2/Allies/dfr_T2L2_AS3003tw24.mp3 soundparms 1.5 0.0 1.0 0.0 6000 15000 dialog streamed subtitle "Keep your eyes peeled Barnes! We're not just gonna waltz out of here with their supplies. Keep that truck covered!" maps "t2l2 " alias dfr_T2L2_AD4401 sound/dialogue/Mission_2/Allies/dfr_T2L2_AD4401tw28.mp3 soundparms 1.5 0.0 1.0 0.0 6000 15000 dialog streamed subtitle "Sergeant, they're hitting the truck!" maps "t2l2 " alias dfr_T2L2_AD4402 sound/dialogue/Mission_2/Allies/dfr_T2L2_AD4402tw21.mp3 soundparms 1.5 0.0 1.0 0.0 6000 15000 dialog streamed subtitle "Cover the supply truck Barnes!" maps "t2l2 " alias dfr_T2L2_AD4403 sound/dialogue/Mission_2/Allies/dfr_T2L2_AD4403tw20.mp3 soundparms 1.5 0.0 1.0 0.0 6000 15000 dialog streamed subtitle "The truck's gonna blow if it keeps getting hit!" maps "t2l2 " // 2_3 Updated 8/12/02 ES // Walla - no subtitles alias dfr_T2L3_AS3201 sound/dialogue/Mission_2/Allies/dfr_T2L3_AS3201tx1.mp3 soundparms 0.5 0.0 1.0 0.0 160 1600 dialog streamed maps "t2l3 " alias dfr_T2L3_AS2903 sound/dialogue/Mission_2/Allies/dfr_T2L3_AS2903tj20.mp3 soundparms 1.1 0.0 1.0 0.0 16 1150 dialog streamed subtitle "This is the best and worst cup of joe I've ever had. Don't know how the Krauts stomach this stuff." maps "t2l3 " alias dfr_T2L3_AP4343 sound/dialogue/Mission_2/Allies/dfr_T2L3_AP4343tm14.mp3 soundparms 1.0 0.0 1.0 0.0 16 1150 dialog streamed subtitle "You oughta try their cigarettes." maps "t2l3 " alias dfr_T2L3_AS2803 sound/dialogue/Mission_2/Allies/dfr_T2L3_AS2803tw5.mp3 soundparms 0.9 0.0 1.0 0.0 16 1000 dialog streamed subtitle "A toast to Sergeant Barnes. Thanks for the weapons and the chow." maps "t2l3 " alias dfr_T2L3_AS2703 sound/dialogue/Mission_2/Allies/dfr_T2L3_AS2703ty3.mp3 soundparms 1.0 0.0 1.0 0.0 16 1150 dialog streamed subtitle "Hey Shanny, how ticked you think Jerry's gonna be when they hear their supplies got hijacked?" maps "t2l3 " //alias dfr_call_AP4320 alias dfr_call_AP432067 sound/dialogue/Mission_2/Allies/dfr_call_AP4320tm1.mp3 soundparms 0.2 0.5 1.0 0.0 160 1200 auto streamed maps "t2l3 " alias dfr_call_AP432068 sound/dialogue/Mission_2/Allies/dfr_call_AP4320tm2.mp3 soundparms 0.2 0.5 1.0 0.0 160 1200 auto streamed maps "t2l3 " alias dfr_call_AP432069 sound/dialogue/Mission_2/Allies/dfr_call_AP4320tm3.mp3 soundparms 0.2 0.5 1.0 0.0 160 1200 auto streamed maps "t2l3 " // alias dfr_T2L3_barrage - Artillery Barrage Dialog - Random // These files were replaced with temp dialogue. They play at a lower volume. // These lines were removed in favor of the other dialogue. They can be put back in. alias dfr_T2L3_barrage001 sound/dialogue/Mission_2/Allies/dfr_call_AS3020ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage002 sound/dialogue/Mission_2/Allies/dfr_call_AS3020ty2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage003 sound/dialogue/Mission_2/Allies/dfr_call_AS3020ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage004 sound/dialogue/Mission_2/Allies/dfr_call_AS3021ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage005 sound/dialogue/Mission_2/Allies/dfr_call_AS3021ty2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage006 sound/dialogue/Mission_2/Allies/dfr_call_AS3021ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage007 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty1.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage008 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage009 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage010 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage011 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage012 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage013 sound/dialogue/Mission_2/Allies/dfr_call_AS3024ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage014 sound/dialogue/Mission_2/Allies/dfr_call_AS3024ty2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage015 sound/dialogue/Mission_2/Allies/dfr_call_AS3024ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage016 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage017 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage018 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage019 sound/dialogue/Mission_2/Allies/dfr_call_AS3028ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage020 sound/dialogue/Mission_2/Allies/dfr_call_AS3028ty2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage021 sound/dialogue/Mission_2/Allies/dfr_call_AS3028ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage022 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage023 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage024 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage025 sound/dialogue/Mission_2/Allies/dfr_call_AS3036ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage026 sound/dialogue/Mission_2/Allies/dfr_call_AS3036ty2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage027 sound/dialogue/Mission_2/Allies/dfr_call_AS3036ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage028 sound/dialogue/Mission_2/Allies/dfr_call_AS3037ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage029 sound/dialogue/Mission_2/Allies/dfr_call_AS3037ty2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage030 sound/dialogue/Mission_2/Allies/dfr_call_AS3037ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage031 sound/dialogue/Mission_2/Allies/dfr_call_AS3111ty1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage032 sound/dialogue/Mission_2/Allies/dfr_call_AS3111ty2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage033 sound/dialogue/Mission_2/Allies/dfr_call_AS3111ty3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage034 sound/dialogue/Mission_2/Allies/dfr_call_AS2822tw1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage035 sound/dialogue/Mission_2/Allies/dfr_call_AS2822tw2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage036 sound/dialogue/Mission_2/Allies/dfr_call_AS2822tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage037 sound/dialogue/Mission_2/Allies/dfr_call_AS2823tw1.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage038 sound/dialogue/Mission_2/Allies/dfr_call_AS2823tw2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage039 sound/dialogue/Mission_2/Allies/dfr_call_AS2823tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage040 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage041 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage042 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage043 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage044 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage045 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage046 sound/dialogue/Mission_2/Allies/dfr_call_AS2826tw1.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage047 sound/dialogue/Mission_2/Allies/dfr_call_AS2826tw2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage048 sound/dialogue/Mission_2/Allies/dfr_call_AS2826tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage049 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage050 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage051 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage052 sound/dialogue/Mission_2/Allies/dfr_call_AS2830tw1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage053 sound/dialogue/Mission_2/Allies/dfr_call_AS2830tw2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage054 sound/dialogue/Mission_2/Allies/dfr_call_AS2830tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage055 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage056 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage057 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage058 sound/dialogue/Mission_2/Allies/dfr_call_AS2838tw1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage059 sound/dialogue/Mission_2/Allies/dfr_call_AS2838tw2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage060 sound/dialogue/Mission_2/Allies/dfr_call_AS2838tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage061 sound/dialogue/Mission_2/Allies/dfr_call_AS2839tw2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage062 sound/dialogue/Mission_2/Allies/dfr_call_AS2839tw3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage063 sound/dialogue/Mission_2/Allies/dfr_call_AS2839tw4.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage064 sound/dialogue/Mission_2/Allies/dfr_call_AS2857tw4.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage065 sound/dialogue/Mission_2/Allies/dfr_call_AS2857tw5.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage066 sound/dialogue/Mission_2/Allies/dfr_call_AS2857tw6.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage067 sound/dialogue/Mission_2/Allies/dfr_call_AP4320tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage068 sound/dialogue/Mission_2/Allies/dfr_call_AP4320tm2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage069 sound/dialogue/Mission_2/Allies/dfr_call_AP4320tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage070 sound/dialogue/Mission_2/Allies/dfr_call_AP4321tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage071 sound/dialogue/Mission_2/Allies/dfr_call_AP4321tm2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage072 sound/dialogue/Mission_2/Allies/dfr_call_AP4321tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage073 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage074 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage075 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage076 sound/dialogue/Mission_2/Allies/dfr_call_AP4323tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage077 sound/dialogue/Mission_2/Allies/dfr_call_AP4323tm4.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage078 sound/dialogue/Mission_2/Allies/dfr_call_AP4324tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage079 sound/dialogue/Mission_2/Allies/dfr_call_AP4324tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage080 sound/dialogue/Mission_2/Allies/dfr_call_AP4324tm4.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage081 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage082 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage083 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage084 sound/dialogue/Mission_2/Allies/dfr_call_AP4328tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage085 sound/dialogue/Mission_2/Allies/dfr_call_AP4328tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage086 sound/dialogue/Mission_2/Allies/dfr_call_AP4335tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage087 sound/dialogue/Mission_2/Allies/dfr_call_AP4335tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage088 sound/dialogue/Mission_2/Allies/dfr_call_AP4335tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage089 sound/dialogue/Mission_2/Allies/dfr_call_AP4336tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage090 sound/dialogue/Mission_2/Allies/dfr_call_AP4336tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage091 sound/dialogue/Mission_2/Allies/dfr_call_AP4336tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage092 sound/dialogue/Mission_2/Allies/dfr_call_AP4337tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage093 sound/dialogue/Mission_2/Allies/dfr_call_AP4337tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage094 sound/dialogue/Mission_2/Allies/dfr_call_AP4337tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage095 sound/dialogue/Mission_2/Allies/dfr_call_AP4355tm1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage096 sound/dialogue/Mission_2/Allies/dfr_call_AP4355tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage097 sound/dialogue/Mission_2/Allies/dfr_call_AP4355tm3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage098 sound/dialogue/Mission_2/Allies/dfr_call_AS2920th1.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage099 sound/dialogue/Mission_2/Allies/dfr_call_AS2920th2.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage100 sound/dialogue/Mission_2/Allies/dfr_call_AS2920th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage101 sound/dialogue/Mission_2/Allies/dfr_call_AS2921th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage102 sound/dialogue/Mission_2/Allies/dfr_call_AS2921th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage103 sound/dialogue/Mission_2/Allies/dfr_call_AS2921th3.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage104 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage105 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage106 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage107 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage108 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage109 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage110 sound/dialogue/Mission_2/Allies/dfr_call_AS2924th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage111 sound/dialogue/Mission_2/Allies/dfr_call_AS2924th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage112 sound/dialogue/Mission_2/Allies/dfr_call_AS2924th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage113 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage114 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage115 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage116 sound/dialogue/Mission_2/Allies/dfr_call_AS2928th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage117 sound/dialogue/Mission_2/Allies/dfr_call_AS2928th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage118 sound/dialogue/Mission_2/Allies/dfr_call_AS2928th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage119 sound/dialogue/Mission_2/Allies/dfr_call_AS2935th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage120 sound/dialogue/Mission_2/Allies/dfr_call_AS2935th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage121 sound/dialogue/Mission_2/Allies/dfr_call_AS2935th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage122 sound/dialogue/Mission_2/Allies/dfr_call_AS2936th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage123 sound/dialogue/Mission_2/Allies/dfr_call_AS2936th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage124 sound/dialogue/Mission_2/Allies/dfr_call_AS2936th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage125 sound/dialogue/Mission_2/Allies/dfr_call_AS2937th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage126 sound/dialogue/Mission_2/Allies/dfr_call_AS2937th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage127 sound/dialogue/Mission_2/Allies/dfr_call_AS2937th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage128 sound/dialogue/Mission_2/Allies/dfr_call_AS2955th1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage129 sound/dialogue/Mission_2/Allies/dfr_call_AS2955th2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage130 sound/dialogue/Mission_2/Allies/dfr_call_AS2955th3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage131 sound/dialogue/Mission_2/Allies/dfr_call_AC9029tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage132 sound/dialogue/Mission_2/Allies/dfr_call_AC9029tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage133 sound/dialogue/Mission_2/Allies/dfr_call_AC9029tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage134 sound/dialogue/Mission_2/Allies/dfr_call_AC9030tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage135 sound/dialogue/Mission_2/Allies/dfr_call_AC9030tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage136 sound/dialogue/Mission_2/Allies/dfr_call_AC9030tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage137 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg1.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " alias dfr_T2L3_barrage138 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage139 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg3.mp3 soundparms 0.2 0.1 1.0 0.0 80 1200 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage140 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage141 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage142 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage143 sound/dialogue/Mission_2/Allies/dfr_call_AC9033tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage144 sound/dialogue/Mission_2/Allies/dfr_call_AC9033tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage145 sound/dialogue/Mission_2/Allies/dfr_call_AC9033tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage146 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage147 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage148 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage149 sound/dialogue/Mission_2/Allies/dfr_call_AC9037tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage150 sound/dialogue/Mission_2/Allies/dfr_call_AC9037tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage151 sound/dialogue/Mission_2/Allies/dfr_call_AC9037tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage152 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage153 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage154 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage155 sound/dialogue/Mission_2/Allies/dfr_call_AC9045tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage156 sound/dialogue/Mission_2/Allies/dfr_call_AC9045tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage157 sound/dialogue/Mission_2/Allies/dfr_call_AC9045tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage158 sound/dialogue/Mission_2/Allies/dfr_call_AC9046tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage159 sound/dialogue/Mission_2/Allies/dfr_call_AC9046tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage160 sound/dialogue/Mission_2/Allies/dfr_call_AC9046tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage161 sound/dialogue/Mission_2/Allies/dfr_call_AC9069tg1.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage162 sound/dialogue/Mission_2/Allies/dfr_call_AC9069tg2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_barrage163 sound/dialogue/Mission_2/Allies/dfr_call_AC9069tg3.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " alias dfr_T2L3_barrage930 sound/dialogue/Mission_2/Allies/dfr_call_AP4337tm2.mp3 soundparms 0.3 0.3 1.0 0.0 80 1600 auto streamed maps "t2l3 " // alias dfr_call_field - To teach the player going past the line is bad Get out of the field or Get out of the open alias dfr_call_field01 sound/dialogue/Mission_2/Allies/dfr_call_AS3037ty1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " //alias dfr_call_field02 sound/dialogue/Mission_2/Allies/dfr_call_AS3037ty2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field03 sound/dialogue/Mission_2/Allies/dfr_call_AS3037ty3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field04 sound/dialogue/Mission_2/Allies/dfr_call_AS2839tw2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " //alias dfr_call_field05 sound/dialogue/Mission_2/Allies/dfr_call_AS2839tw3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field06 sound/dialogue/Mission_2/Allies/dfr_call_AS2839tw4.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field07 sound/dialogue/Mission_2/Allies/dfr_call_AP4337tm1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field08 sound/dialogue/Mission_2/Allies/dfr_call_AP4337tm2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field09 sound/dialogue/Mission_2/Allies/dfr_call_AP4337tm3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field10 sound/dialogue/Mission_2/Allies/dfr_call_AS2937th1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field11 sound/dialogue/Mission_2/Allies/dfr_call_AS2937th2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field12 sound/dialogue/Mission_2/Allies/dfr_call_AS2937th3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field13 sound/dialogue/Mission_2/Allies/dfr_call_AC9046tg1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field14 sound/dialogue/Mission_2/Allies/dfr_call_AC9046tg2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field15 sound/dialogue/Mission_2/Allies/dfr_call_AC9046tg3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field16 sound/dialogue/Mission_2/Allies/dfr_call_AP4367tg1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field17 sound/dialogue/Mission_2/Allies/dfr_call_AP4367tg2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field18 sound/dialogue/Mission_2/Allies/dfr_call_AP4367tg3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field19 sound/dialogue/Mission_2/Allies/dfr_call_AS2967th1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field20 sound/dialogue/Mission_2/Allies/dfr_call_AS2967th2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field21 sound/dialogue/Mission_2/Allies/dfr_call_AS2967th3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field22 sound/dialogue/Mission_2/Allies/dfr_call_AS3124ty1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field23 sound/dialogue/Mission_2/Allies/dfr_call_AS3124ty2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field24 sound/dialogue/Mission_2/Allies/dfr_call_AS3124ty3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " //alias dfr_call_field25 sound/dialogue/Mission_2/Allies/dfr_call_AS2870tw1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_call_field26 sound/dialogue/Mission_2/Allies/dfr_call_AS2870tw2.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " //alias dfr_call_field27 sound/dialogue/Mission_2/Allies/dfr_call_AS2870tw3.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " //alias dfr_call_AS3124 sound/dialogue/Mission_2/Allies/dfr_call_AS3124ty1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " //alias dfr_call_AP4337 sound/dialogue/Mission_2/Allies/dfr_call_AP4337tm1.mp3 soundparms 1.4 0.0 1.0 0.0 200 2000 dialog streamed maps "t2l3 " alias dfr_T2L3_AP4302 sound/dialogue/Mission_2/Allies/dfr_T2L3_AP4302tm1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Is he gonna live?" maps "t2l3 " //alias dfr_T2L3_AC9001 sound/dialogue/Mission_2/Allies/dfr_T2L3_AC9001tg1.mp3 soundparms 1.5 0.0 1.0 0.0 280 2200 dialog streamed subtitle "Barnes, get back there and find a medic! Use the foxholes for cover!" maps "t2l3 " alias dfr_T2L3_AS3123 sound/dialogue/Mission_2/Allies/dfr_T2L3_AS3123ty5.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Barnes! The Captain's hit! Get back there and find a medic! Hurry!" maps "t2l3 " alias dfr_T2L3_AM4101 sound/dialogue/Mission_2/Allies/dfr_T2L3_AM4101tj23.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Lead the way." maps "t2l3 " alias dfr_T2L3_AM4102 sound/dialogue/Mission_2/Allies/dfr_T2L3_AM4102tj27.mp3 soundparms 1.3 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Barnes! Webber's hit! Hang on a second!" maps "t2l3 " alias dfr_T2L3_AM4103 sound/dialogue/Mission_2/Allies/dfr_T2L3_AM4103tj25.mp3 soundparms 1.4 0.0 1.0 0.0 160 2000 dialog streamed subtitle "I've done all I can for him. Let's go!" maps "t2l3 " alias dfr_T2L3_AM4104 sound/dialogue/Mission_2/Allies/dfr_T2L3_AM4104ALTtj26.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Wait here." maps "t2l3 " alias dfr_T2L3_AS2804 sound/dialogue/Mission_2/Allies/dfr_T2L3_AS2804tw5.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Thanks Doc." maps "t2l3 " alias dfr_T2L3_AS2805 sound/dialogue/Mission_2/Allies/dfr_T2L3_AS2805tw5.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Thanks." maps "t2l3 " alias dfr_T2L3_AM4122 sound/dialogue/Mission_2/Allies/dfr_T2L3_AM4122tj21.mp3 soundparms 1.3 0.0 1.0 0.0 480 2800 dialog streamed subtitle "Fall back! The Captain's dead!" maps "t2l3 " alias dfr_T2L3_AM4123 sound/dialogue/Mission_2/Allies/dfr_T2L3_AM4123tj23.mp3 soundparms 1.4 0.0 1.0 0.0 480 2800 dialog streamed subtitle "Don't worry guys, the Captain's gonna make it." maps "t2l3 " //alias dfr_T2L3_AP4303 sound/dialogue/Mission_2/Allies/dfr_T2L3_AP4303tm1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Cap? What do we do?" maps "t2l3 " alias dfr_T2L3_AC9002 sound/dialogue/Mission_2/Allies/dfr_T2L3_AC9002tg4.mp3 soundparms 1.4 0.0 1.0 0.0 480 6000 dialog streamed subtitle "Here they come! Hold the line! Hold the line!" maps "t2l3 " // alias dfr_T2L3_wave1 - Wave 1 Dialog - Random alias dfr_T2L3_wave1001 sound/dialogue/Mission_2/Allies/dfr_call_AS3005ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1002 sound/dialogue/Mission_2/Allies/dfr_call_AS3005ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1003 sound/dialogue/Mission_2/Allies/dfr_call_AS3005ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1004 sound/dialogue/Mission_2/Allies/dfr_call_AS3006ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1005 sound/dialogue/Mission_2/Allies/dfr_call_AS3006ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1006 sound/dialogue/Mission_2/Allies/dfr_call_AS3006ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1007 sound/dialogue/Mission_2/Allies/dfr_call_AS3007ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1008 sound/dialogue/Mission_2/Allies/dfr_call_AS3007ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1009 sound/dialogue/Mission_2/Allies/dfr_call_AS3007ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1010 sound/dialogue/Mission_2/Allies/dfr_call_AS3012ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1011 sound/dialogue/Mission_2/Allies/dfr_call_AS3012ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1012 sound/dialogue/Mission_2/Allies/dfr_call_AS3012ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1013 sound/dialogue/Mission_2/Allies/dfr_call_AS3013ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1014 sound/dialogue/Mission_2/Allies/dfr_call_AS3013ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1015 sound/dialogue/Mission_2/Allies/dfr_call_AS3013ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1016 sound/dialogue/Mission_2/Allies/dfr_call_AS3018ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1017 sound/dialogue/Mission_2/Allies/dfr_call_AS3018ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1018 sound/dialogue/Mission_2/Allies/dfr_call_AS3018ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1019 sound/dialogue/Mission_2/Allies/dfr_call_AS3019ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1020 sound/dialogue/Mission_2/Allies/dfr_call_AS3019ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1021 sound/dialogue/Mission_2/Allies/dfr_call_AS3019ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1022 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1023 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1024 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1025 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1026 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1027 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1028 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1029 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1030 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1031 sound/dialogue/Mission_2/Allies/dfr_call_AS3034ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1032 sound/dialogue/Mission_2/Allies/dfr_call_AS3034ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1033 sound/dialogue/Mission_2/Allies/dfr_call_AS3034ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1034 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1035 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1036 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1037 sound/dialogue/Mission_2/Allies/dfr_call_AS2807tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1038 sound/dialogue/Mission_2/Allies/dfr_call_AS2807tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1039 sound/dialogue/Mission_2/Allies/dfr_call_AS2807tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1040 sound/dialogue/Mission_2/Allies/dfr_call_AS2808tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1041 sound/dialogue/Mission_2/Allies/dfr_call_AS2808tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1042 sound/dialogue/Mission_2/Allies/dfr_call_AS2808tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1043 sound/dialogue/Mission_2/Allies/dfr_call_AS2809tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1044 sound/dialogue/Mission_2/Allies/dfr_call_AS2809tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1045 sound/dialogue/Mission_2/Allies/dfr_call_AS2809tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1046 sound/dialogue/Mission_2/Allies/dfr_call_AS2814tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1047 sound/dialogue/Mission_2/Allies/dfr_call_AS2814tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1048 sound/dialogue/Mission_2/Allies/dfr_call_AS2814tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1049 sound/dialogue/Mission_2/Allies/dfr_call_AS2815tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1050 sound/dialogue/Mission_2/Allies/dfr_call_AS2815tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1051 sound/dialogue/Mission_2/Allies/dfr_call_AS2815tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1052 sound/dialogue/Mission_2/Allies/dfr_call_AS2820tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1053 sound/dialogue/Mission_2/Allies/dfr_call_AS2820tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1054 sound/dialogue/Mission_2/Allies/dfr_call_AS2820tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1055 sound/dialogue/Mission_2/Allies/dfr_call_AS2821tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1056 sound/dialogue/Mission_2/Allies/dfr_call_AS2821tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1057 sound/dialogue/Mission_2/Allies/dfr_call_AS2821tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1058 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1059 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1060 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1061 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1062 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1063 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1064 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1065 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1066 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1067 sound/dialogue/Mission_2/Allies/dfr_call_AS2836tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1068 sound/dialogue/Mission_2/Allies/dfr_call_AS2836tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1069 sound/dialogue/Mission_2/Allies/dfr_call_AS2836tw4.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1070 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1071 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1072 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1073 sound/dialogue/Mission_2/Allies/dfr_call_AP4305tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1074 sound/dialogue/Mission_2/Allies/dfr_call_AP4305tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1075 sound/dialogue/Mission_2/Allies/dfr_call_AP4305tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1076 sound/dialogue/Mission_2/Allies/dfr_call_AP4306tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1077 sound/dialogue/Mission_2/Allies/dfr_call_AP4306tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1078 sound/dialogue/Mission_2/Allies/dfr_call_AP4306tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1079 sound/dialogue/Mission_2/Allies/dfr_call_AP4307tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1080 sound/dialogue/Mission_2/Allies/dfr_call_AP4307tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1081 sound/dialogue/Mission_2/Allies/dfr_call_AP4307tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1082 sound/dialogue/Mission_2/Allies/dfr_call_AP4312tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1083 sound/dialogue/Mission_2/Allies/dfr_call_AP4312tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1084 sound/dialogue/Mission_2/Allies/dfr_call_AP4312tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1085 sound/dialogue/Mission_2/Allies/dfr_call_AP4313tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1086 sound/dialogue/Mission_2/Allies/dfr_call_AP4313tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1087 sound/dialogue/Mission_2/Allies/dfr_call_AP4313tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1088 sound/dialogue/Mission_2/Allies/dfr_call_AP4318tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1089 sound/dialogue/Mission_2/Allies/dfr_call_AP4318tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1090 sound/dialogue/Mission_2/Allies/dfr_call_AP4318tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1091 sound/dialogue/Mission_2/Allies/dfr_call_AP4319tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1092 sound/dialogue/Mission_2/Allies/dfr_call_AP4319tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1093 sound/dialogue/Mission_2/Allies/dfr_call_AP4319tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1094 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1095 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1096 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1097 sound/dialogue/Mission_2/Allies/dfr_call_AP4323tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1098 sound/dialogue/Mission_2/Allies/dfr_call_AP4323tm4.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1099 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1100 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1101 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1102 sound/dialogue/Mission_2/Allies/dfr_call_AP4334tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1103 sound/dialogue/Mission_2/Allies/dfr_call_AP4334tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1104 sound/dialogue/Mission_2/Allies/dfr_call_AP4334tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1105 sound/dialogue/Mission_2/Allies/dfr_call_AS2905th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1106 sound/dialogue/Mission_2/Allies/dfr_call_AS2905th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1107 sound/dialogue/Mission_2/Allies/dfr_call_AS2905th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1108 sound/dialogue/Mission_2/Allies/dfr_call_AS2906th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1109 sound/dialogue/Mission_2/Allies/dfr_call_AS2906th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1110 sound/dialogue/Mission_2/Allies/dfr_call_AS2906th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1111 sound/dialogue/Mission_2/Allies/dfr_call_AS2907th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1112 sound/dialogue/Mission_2/Allies/dfr_call_AS2907th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1113 sound/dialogue/Mission_2/Allies/dfr_call_AS2907th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1114 sound/dialogue/Mission_2/Allies/dfr_call_AS2912th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1115 sound/dialogue/Mission_2/Allies/dfr_call_AS2912th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1116 sound/dialogue/Mission_2/Allies/dfr_call_AS2912th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1117 sound/dialogue/Mission_2/Allies/dfr_call_AS2913th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1118 sound/dialogue/Mission_2/Allies/dfr_call_AS2913th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1119 sound/dialogue/Mission_2/Allies/dfr_call_AS2913th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1120 sound/dialogue/Mission_2/Allies/dfr_call_AS2918th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1121 sound/dialogue/Mission_2/Allies/dfr_call_AS2918th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1122 sound/dialogue/Mission_2/Allies/dfr_call_AS2918th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1123 sound/dialogue/Mission_2/Allies/dfr_call_AS2919th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1124 sound/dialogue/Mission_2/Allies/dfr_call_AS2919th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1125 sound/dialogue/Mission_2/Allies/dfr_call_AS2919th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1126 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1127 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1128 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1129 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1130 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1131 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1132 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1133 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1134 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1135 sound/dialogue/Mission_2/Allies/dfr_call_AS2934th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1136 sound/dialogue/Mission_2/Allies/dfr_call_AS2934th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1137 sound/dialogue/Mission_2/Allies/dfr_call_AS2934th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1138 sound/dialogue/Mission_2/Allies/dfr_call_AC9014tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1139 sound/dialogue/Mission_2/Allies/dfr_call_AC9014tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1140 sound/dialogue/Mission_2/Allies/dfr_call_AC9014tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1141 sound/dialogue/Mission_2/Allies/dfr_call_AC9015tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1142 sound/dialogue/Mission_2/Allies/dfr_call_AC9015tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1143 sound/dialogue/Mission_2/Allies/dfr_call_AC9015tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1144 sound/dialogue/Mission_2/Allies/dfr_call_AC9016tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1145 sound/dialogue/Mission_2/Allies/dfr_call_AC9016tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1146 sound/dialogue/Mission_2/Allies/dfr_call_AC9016tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1147 sound/dialogue/Mission_2/Allies/dfr_call_AC9021tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1148 sound/dialogue/Mission_2/Allies/dfr_call_AC9021tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1149 sound/dialogue/Mission_2/Allies/dfr_call_AC9021tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1150 sound/dialogue/Mission_2/Allies/dfr_call_AC9022tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1151 sound/dialogue/Mission_2/Allies/dfr_call_AC9022tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1152 sound/dialogue/Mission_2/Allies/dfr_call_AC9022tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1153 sound/dialogue/Mission_2/Allies/dfr_call_AC9027tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1154 sound/dialogue/Mission_2/Allies/dfr_call_AC9027tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1155 sound/dialogue/Mission_2/Allies/dfr_call_AC9027tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1156 sound/dialogue/Mission_2/Allies/dfr_call_AC9028tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1157 sound/dialogue/Mission_2/Allies/dfr_call_AC9028tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1158 sound/dialogue/Mission_2/Allies/dfr_call_AC9028tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1159 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1160 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1161 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1162 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1163 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1164 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1165 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1166 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1167 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1168 sound/dialogue/Mission_2/Allies/dfr_call_AC9043tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1169 sound/dialogue/Mission_2/Allies/dfr_call_AC9043tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1170 sound/dialogue/Mission_2/Allies/dfr_call_AC9043tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1171 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1172 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1173 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1174 sound/dialogue/Mission_2/Allies/dfr_call_AC9047tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1175 sound/dialogue/Mission_2/Allies/dfr_call_AC9047tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1176 sound/dialogue/Mission_2/Allies/dfr_call_AC9047tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1177 sound/dialogue/Mission_2/Allies/dfr_call_AC9048tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave1178 sound/dialogue/Mission_2/Allies/dfr_call_AC9048tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave1179 sound/dialogue/Mission_2/Allies/dfr_call_AC9048tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_AC9003 sound/dialogue/Mission_2/Allies/dfr_T2L3_AC9003tg2.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Sergeant, get down the line and find a bazooka. Don't let that tank get through!" maps "t2l3 " alias dfr_call_AS2202 sound/dialogue/Mission_2/Allies/dfr_call_AS2202tj21.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Right flank is breaking! Don't lose that line!" maps "t2l3 " // alias dfr_T2L3_wave2 - Wave 2 Dialog - Random alias dfr_T2L3_wave2001 sound/dialogue/Mission_2/Allies/dfr_call_AS3005ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2002 sound/dialogue/Mission_2/Allies/dfr_call_AS3005ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2003 sound/dialogue/Mission_2/Allies/dfr_call_AS3005ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2004 sound/dialogue/Mission_2/Allies/dfr_call_AS3006ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2005 sound/dialogue/Mission_2/Allies/dfr_call_AS3006ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2006 sound/dialogue/Mission_2/Allies/dfr_call_AS3006ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2007 sound/dialogue/Mission_2/Allies/dfr_call_AS3007ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2008 sound/dialogue/Mission_2/Allies/dfr_call_AS3007ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2009 sound/dialogue/Mission_2/Allies/dfr_call_AS3007ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2020 sound/dialogue/Mission_2/Allies/dfr_call_AS3012ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2011 sound/dialogue/Mission_2/Allies/dfr_call_AS3012ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2012 sound/dialogue/Mission_2/Allies/dfr_call_AS3012ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2013 sound/dialogue/Mission_2/Allies/dfr_call_AS3013ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2014 sound/dialogue/Mission_2/Allies/dfr_call_AS3013ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2015 sound/dialogue/Mission_2/Allies/dfr_call_AS3013ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2016 sound/dialogue/Mission_2/Allies/dfr_call_AS3018ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2017 sound/dialogue/Mission_2/Allies/dfr_call_AS3018ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2018 sound/dialogue/Mission_2/Allies/dfr_call_AS3018ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2019 sound/dialogue/Mission_2/Allies/dfr_call_AS3019ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2020 sound/dialogue/Mission_2/Allies/dfr_call_AS3019ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2021 sound/dialogue/Mission_2/Allies/dfr_call_AS3019ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2022 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2023 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2024 sound/dialogue/Mission_2/Allies/dfr_call_AS3022ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2025 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2026 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2027 sound/dialogue/Mission_2/Allies/dfr_call_AS3023ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2028 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2029 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2030 sound/dialogue/Mission_2/Allies/dfr_call_AS3025ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2031 sound/dialogue/Mission_2/Allies/dfr_call_AS3034ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2032 sound/dialogue/Mission_2/Allies/dfr_call_AS3034ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2033 sound/dialogue/Mission_2/Allies/dfr_call_AS3034ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2034 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2035 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2036 sound/dialogue/Mission_2/Allies/dfr_call_AS3035ty3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2037 sound/dialogue/Mission_2/Allies/dfr_call_AS2807tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2038 sound/dialogue/Mission_2/Allies/dfr_call_AS2807tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2039 sound/dialogue/Mission_2/Allies/dfr_call_AS2807tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2040 sound/dialogue/Mission_2/Allies/dfr_call_AS2808tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2041 sound/dialogue/Mission_2/Allies/dfr_call_AS2808tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2042 sound/dialogue/Mission_2/Allies/dfr_call_AS2808tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2043 sound/dialogue/Mission_2/Allies/dfr_call_AS2809tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2044 sound/dialogue/Mission_2/Allies/dfr_call_AS2809tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2045 sound/dialogue/Mission_2/Allies/dfr_call_AS2809tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2046 sound/dialogue/Mission_2/Allies/dfr_call_AS2814tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2047 sound/dialogue/Mission_2/Allies/dfr_call_AS2814tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2048 sound/dialogue/Mission_2/Allies/dfr_call_AS2814tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2049 sound/dialogue/Mission_2/Allies/dfr_call_AS2815tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2050 sound/dialogue/Mission_2/Allies/dfr_call_AS2815tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2051 sound/dialogue/Mission_2/Allies/dfr_call_AS2815tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2052 sound/dialogue/Mission_2/Allies/dfr_call_AS2820tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2053 sound/dialogue/Mission_2/Allies/dfr_call_AS2820tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2054 sound/dialogue/Mission_2/Allies/dfr_call_AS2820tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2055 sound/dialogue/Mission_2/Allies/dfr_call_AS2821tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2056 sound/dialogue/Mission_2/Allies/dfr_call_AS2821tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2057 sound/dialogue/Mission_2/Allies/dfr_call_AS2821tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2058 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2059 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2060 sound/dialogue/Mission_2/Allies/dfr_call_AS2824tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2061 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2062 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2063 sound/dialogue/Mission_2/Allies/dfr_call_AS2825tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2064 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2065 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2066 sound/dialogue/Mission_2/Allies/dfr_call_AS2827tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2067 sound/dialogue/Mission_2/Allies/dfr_call_AS2836tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2068 sound/dialogue/Mission_2/Allies/dfr_call_AS2836tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2069 sound/dialogue/Mission_2/Allies/dfr_call_AS2836tw4.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2070 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2071 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2072 sound/dialogue/Mission_2/Allies/dfr_call_AS2837tw3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2073 sound/dialogue/Mission_2/Allies/dfr_call_AP4305tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2074 sound/dialogue/Mission_2/Allies/dfr_call_AP4305tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2075 sound/dialogue/Mission_2/Allies/dfr_call_AP4305tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2076 sound/dialogue/Mission_2/Allies/dfr_call_AP4306tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2077 sound/dialogue/Mission_2/Allies/dfr_call_AP4306tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2078 sound/dialogue/Mission_2/Allies/dfr_call_AP4306tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2079 sound/dialogue/Mission_2/Allies/dfr_call_AP4307tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2080 sound/dialogue/Mission_2/Allies/dfr_call_AP4307tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2081 sound/dialogue/Mission_2/Allies/dfr_call_AP4307tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2082 sound/dialogue/Mission_2/Allies/dfr_call_AP4312tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2083 sound/dialogue/Mission_2/Allies/dfr_call_AP4312tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2084 sound/dialogue/Mission_2/Allies/dfr_call_AP4312tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2085 sound/dialogue/Mission_2/Allies/dfr_call_AP4313tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2086 sound/dialogue/Mission_2/Allies/dfr_call_AP4313tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2087 sound/dialogue/Mission_2/Allies/dfr_call_AP4313tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2088 sound/dialogue/Mission_2/Allies/dfr_call_AP4318tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2089 sound/dialogue/Mission_2/Allies/dfr_call_AP4318tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2090 sound/dialogue/Mission_2/Allies/dfr_call_AP4318tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2091 sound/dialogue/Mission_2/Allies/dfr_call_AP4319tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2092 sound/dialogue/Mission_2/Allies/dfr_call_AP4319tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2093 sound/dialogue/Mission_2/Allies/dfr_call_AP4319tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2094 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2095 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2096 sound/dialogue/Mission_2/Allies/dfr_call_AP4322tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2097 sound/dialogue/Mission_2/Allies/dfr_call_AP4323tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2098 sound/dialogue/Mission_2/Allies/dfr_call_AP4323tm4.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2099 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2100 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2101 sound/dialogue/Mission_2/Allies/dfr_call_AP4325tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2102 sound/dialogue/Mission_2/Allies/dfr_call_AP4334tm1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2103 sound/dialogue/Mission_2/Allies/dfr_call_AP4334tm2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2104 sound/dialogue/Mission_2/Allies/dfr_call_AP4334tm3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2105 sound/dialogue/Mission_2/Allies/dfr_call_AS2905th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2106 sound/dialogue/Mission_2/Allies/dfr_call_AS2905th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2107 sound/dialogue/Mission_2/Allies/dfr_call_AS2905th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2108 sound/dialogue/Mission_2/Allies/dfr_call_AS2906th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2109 sound/dialogue/Mission_2/Allies/dfr_call_AS2906th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2110 sound/dialogue/Mission_2/Allies/dfr_call_AS2906th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2111 sound/dialogue/Mission_2/Allies/dfr_call_AS2907th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2112 sound/dialogue/Mission_2/Allies/dfr_call_AS2907th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2113 sound/dialogue/Mission_2/Allies/dfr_call_AS2907th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2114 sound/dialogue/Mission_2/Allies/dfr_call_AS2912th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2115 sound/dialogue/Mission_2/Allies/dfr_call_AS2912th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2116 sound/dialogue/Mission_2/Allies/dfr_call_AS2912th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2117 sound/dialogue/Mission_2/Allies/dfr_call_AS2913th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2118 sound/dialogue/Mission_2/Allies/dfr_call_AS2913th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2119 sound/dialogue/Mission_2/Allies/dfr_call_AS2913th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2120 sound/dialogue/Mission_2/Allies/dfr_call_AS2918th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2121 sound/dialogue/Mission_2/Allies/dfr_call_AS2918th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2122 sound/dialogue/Mission_2/Allies/dfr_call_AS2918th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2123 sound/dialogue/Mission_2/Allies/dfr_call_AS2919th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2124 sound/dialogue/Mission_2/Allies/dfr_call_AS2919th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2125 sound/dialogue/Mission_2/Allies/dfr_call_AS2919th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2126 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2127 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2128 sound/dialogue/Mission_2/Allies/dfr_call_AS2922th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2129 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2130 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2131 sound/dialogue/Mission_2/Allies/dfr_call_AS2923th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2132 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2133 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2134 sound/dialogue/Mission_2/Allies/dfr_call_AS2925th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2135 sound/dialogue/Mission_2/Allies/dfr_call_AS2934th1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2136 sound/dialogue/Mission_2/Allies/dfr_call_AS2934th2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2137 sound/dialogue/Mission_2/Allies/dfr_call_AS2934th3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2138 sound/dialogue/Mission_2/Allies/dfr_call_AC9014tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2139 sound/dialogue/Mission_2/Allies/dfr_call_AC9014tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2140 sound/dialogue/Mission_2/Allies/dfr_call_AC9014tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2141 sound/dialogue/Mission_2/Allies/dfr_call_AC9015tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2142 sound/dialogue/Mission_2/Allies/dfr_call_AC9015tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2143 sound/dialogue/Mission_2/Allies/dfr_call_AC9015tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2144 sound/dialogue/Mission_2/Allies/dfr_call_AC9016tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2145 sound/dialogue/Mission_2/Allies/dfr_call_AC9016tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2146 sound/dialogue/Mission_2/Allies/dfr_call_AC9016tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2147 sound/dialogue/Mission_2/Allies/dfr_call_AC9021tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2148 sound/dialogue/Mission_2/Allies/dfr_call_AC9021tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2149 sound/dialogue/Mission_2/Allies/dfr_call_AC9021tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2150 sound/dialogue/Mission_2/Allies/dfr_call_AC9022tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2151 sound/dialogue/Mission_2/Allies/dfr_call_AC9022tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2152 sound/dialogue/Mission_2/Allies/dfr_call_AC9022tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2153 sound/dialogue/Mission_2/Allies/dfr_call_AC9027tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2154 sound/dialogue/Mission_2/Allies/dfr_call_AC9027tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2155 sound/dialogue/Mission_2/Allies/dfr_call_AC9027tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2156 sound/dialogue/Mission_2/Allies/dfr_call_AC9028tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2157 sound/dialogue/Mission_2/Allies/dfr_call_AC9028tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2158 sound/dialogue/Mission_2/Allies/dfr_call_AC9028tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2159 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2160 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2161 sound/dialogue/Mission_2/Allies/dfr_call_AC9031tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2162 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2163 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2164 sound/dialogue/Mission_2/Allies/dfr_call_AC9032tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2165 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2166 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2167 sound/dialogue/Mission_2/Allies/dfr_call_AC9034tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2168 sound/dialogue/Mission_2/Allies/dfr_call_AC9043tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2169 sound/dialogue/Mission_2/Allies/dfr_call_AC9043tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2170 sound/dialogue/Mission_2/Allies/dfr_call_AC9043tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2171 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2172 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2173 sound/dialogue/Mission_2/Allies/dfr_call_AC9044tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2174 sound/dialogue/Mission_2/Allies/dfr_call_AC9047tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2175 sound/dialogue/Mission_2/Allies/dfr_call_AC9047tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2176 sound/dialogue/Mission_2/Allies/dfr_call_AC9047tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2177 sound/dialogue/Mission_2/Allies/dfr_call_AC9048tg1.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " //alias dfr_T2L3_wave2178 sound/dialogue/Mission_2/Allies/dfr_call_AC9048tg2.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_wave2179 sound/dialogue/Mission_2/Allies/dfr_call_AC9048tg3.mp3 soundparms 0.3 0.4 1.0 0.0 160 1600 auto streamed maps "t2l3 " alias dfr_T2L3_AC9004 sound/dialogue/Mission_2/Allies/dfr_T2L3_AC9004tg3.mp3 soundparms 1.3 0.0 1.0 0.0 480 2800 dialog streamed subtitle "Cease fire! Cease fire! We did it!" maps "t2l3 " // Alias dfr_call_AS2869 - "Alright, that's the last of them." alias dfr_call_AS286901 sound/dialogue/Mission_2/Allies/dfr_call_AS2869tw7.mp3 soundparms 1.3 0.0 1.0 0.0 250 1600 dialog streamed subtitle "Alright, that's the last of them." maps "t2l3 " alias dfr_call_AS286902 sound/dialogue/Mission_2/Allies/dfr_call_AS2869tw8.mp3 soundparms 1.3 0.0 1.0 0.0 250 1600 dialog streamed subtitle "Alright, that's the last of them." maps "t2l3 " alias dfr_call_AS286903 sound/dialogue/Mission_2/Allies/dfr_call_AS2869tw9.mp3 soundparms 1.3 0.0 1.0 0.0 250 1600 dialog streamed subtitle "Alright, that's the last of them." maps "t2l3 " // 2_4 alias dfr_T2L4_AC9005 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9005tg4.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "All right boys, it's now or never. Brown, you go left with Foster, Drake and the others. Hatcher, you're on that thirty caliber." maps "t2l4 " alias dfr_T2L4_AC9006 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9006tg1.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Take Benson, Verona and a small squad and hook right over the pass. Barnes, you and I will take a squad straight up the middle." maps "t2l4 " alias dfr_T2L4_AC9007 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9007tg1.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Find cover, and wait for my signal." maps "t2l4 " //alias dfr_T2L4_AC9008 "Sergeant Barnes, over here!" alias dfr_T2L4_AC900801 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9008tg1.mp3 soundparms 1.5 0.0 1.0 0.0 160 2600 dialog streamed subtitle "Sergeant Barnes, over here!" maps "t2l4 " alias dfr_T2L4_AC900802 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9008tg2.mp3 soundparms 1.5 0.0 1.0 0.0 160 2600 dialog streamed subtitle "Sergeant Barnes, over here!" maps "t2l4 " alias dfr_T2L4_AC900803 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9008tg3.mp3 soundparms 1.5 0.0 1.0 0.0 160 2600 dialog streamed subtitle "Sergeant Barnes, over here!" maps "t2l4 " alias dfr_T2L4_AC9080 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9080tg22.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Keep moving!" maps "t2l4 " alias dfr_T2L4_AC9081 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9081tg22.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "GoÖ Go!" maps "t2l4 " alias dfr_T2L4_AC9082 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9082tg20.mp3 soundparms 1.5 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Sergeant, clear this church! Let's go!" maps "t2l4 " alias dfr_T2L4_AC9083 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9083tg26.mp3 soundparms 1.5 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Barnes, check the school for Krauts!" maps "t2l4 " alias dfr_T2L4_AC9084 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9084tg24.mp3 soundparms 1.5 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Clear out this hotel sergeant, I'll cover the front!" maps "t2l4 " alias dfr_T2L4_AC9085 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9085tg22.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Medic! Man down!" maps "t2l4 " //alias dfr_T2L4_AC9086 "Don't fall behind sergeant!" alias dfr_T2L4_AC908601 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9086tg20.mp3 soundparms 1.5 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Don't fall behind sergeant!" maps "t2l4 " alias dfr_T2L4_AC908602 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9086tg21.mp3 soundparms 1.5 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Don't fall behind sergeant!" maps "t2l4 " alias dfr_T2L4_AC908602 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9086tg22.mp3 soundparms 1.5 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Don't fall behind sergeant!" maps "t2l4 " alias dfr_T2L4_AC9087 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9087tg23.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Barnes is down! Medic!" maps "t2l4 " alias dfr_T2L4_AC9088 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9088tg21.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Barnes, over here. Move!" maps "t2l4 " alias dfr_T2L4_AC9089 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9089tg22.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Barnes, get over here." maps "t2l4 " alias dfr_T2L4_AC9090 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9090tg20.mp3 soundparms 1.4 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Sergeant Barnes, get over here." maps "t2l4 " alias dfr_T2L4_AC9091 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9091tg1.mp3 soundparms 1.5 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Clear out this house sergeant, let's go!" maps "t2l4 " alias dfr_T2L4_AC9009 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9009tg4.mp3 soundparms 1.2 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Nice job son, we sure gave them one helluva Christmas present!" maps "t2l4 " alias dfr_T2L4_AC9010 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9010tg7.mp3 soundparms 1.4 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Barnes, get on that eighty-eight and put a hole in that bird!" maps "t2l4 " alias dfr_T2L4_AC9011 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9011tg4.mp3 soundparms 1.4 0.0 1.0 0.0 160 2000 dialog streamed subtitle "Barnes, get on that Double-A and put a hole in that bird!" maps "t2l4 " alias dfr_T2L4_AC9012 sound/dialogue/Mission_2/Allies/dfr_T2L4_AC9012tg4.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Nice shot Sergeant. Now let's pack it up and get out of here." maps "t2l4 " // Mission 2 Calls - German // Alias den_call_GS5912 - That's our truck, attack! "That's our truck, attack! " alias den_call_GS591201 sound/dialogue/Mission_2/Axis/den_call_GG5712tu1.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " alias den_call_GS591202 sound/dialogue/Mission_2/Axis/den_call_GG5712tu2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " alias den_call_GS591203 sound/dialogue/Mission_2/Axis/den_call_GG5712tu3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " alias den_call_GS591204 sound/dialogue/Mission_2/Axis/den_call_GS5812tp1.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " alias den_call_GS591205 sound/dialogue/Mission_2/Axis/den_call_GS5812tp2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " alias den_call_GS591206 sound/dialogue/Mission_2/Axis/den_call_GS5812tp3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " alias den_call_GS591207 sound/dialogue/Mission_2/Axis/den_call_GS5912tk1.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " alias den_call_GS591208 sound/dialogue/Mission_2/Axis/den_call_GS5912tk2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " alias den_call_GS591209 sound/dialogue/Mission_2/Axis/den_call_GS5912tk3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "That's our truck, attack! " maps "t " // Alias den_call_GS5913 - They've got our supplies! "They've got our supplies!" alias den_call_GS591301 sound/dialogue/Mission_2/Axis/den_call_GG5713tu1.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " alias den_call_GS591302 sound/dialogue/Mission_2/Axis/den_call_GG5713tu2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " alias den_call_GS591303 sound/dialogue/Mission_2/Axis/den_call_GG5713tu3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " alias den_call_GS591304 sound/dialogue/Mission_2/Axis/den_call_GS5813tp1.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " alias den_call_GS591305 sound/dialogue/Mission_2/Axis/den_call_GS5813tp2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " alias den_call_GS591306 sound/dialogue/Mission_2/Axis/den_call_GS5813tp3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " alias den_call_GS591307 sound/dialogue/Mission_2/Axis/den_call_GS5913tk2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " alias den_call_GS591308 sound/dialogue/Mission_2/Axis/den_call_GS5913tk3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " alias den_call_GS591309 sound/dialogue/Mission_2/Axis/den_call_GS5913tk4.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "They've got our supplies!" maps "t " // Alias den_call_GS5914 - Stop them! "Stop them!" //alias den_call_GS591401 sound/dialogue/Mission_2/Axis/den_call_GG5714tu1.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " alias den_call_GS591402 sound/dialogue/Mission_2/Axis/den_call_GG5714tu2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " alias den_call_GS591403 sound/dialogue/Mission_2/Axis/den_call_GG5714tu3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " alias den_call_GS591404 sound/dialogue/Mission_2/Axis/den_call_GS5814tp1.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " alias den_call_GS591405 sound/dialogue/Mission_2/Axis/den_call_GS5814tp2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " alias den_call_GS591406 sound/dialogue/Mission_2/Axis/den_call_GS5814tp3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " alias den_call_GS591407 sound/dialogue/Mission_2/Axis/den_call_GS5914tk1.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " alias den_call_GS591408 sound/dialogue/Mission_2/Axis/den_call_GS5914tk2.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " alias den_call_GS591409 sound/dialogue/Mission_2/Axis/den_call_GS5914tk3.mp3 soundparms 1.0 0.0 1.0 0.0 250 4000 dialog streamed subtitle "Stop them!" maps "t " // Mission 2 Calls - American // alias dfr_call_AP4304 - Enemy spotted! "Enemy spotted!" //alias dfr_call_AP430401 sound/dialogue/Mission_2/Allies/dfr_call_AS3004ty4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " //alias dfr_call_AP430402 sound/dialogue/Mission_2/Allies/dfr_call_AS3004ty5.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " //alias dfr_call_AP430403 sound/dialogue/Mission_2/Allies/dfr_call_AS3004ty6.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " alias dfr_call_AP430404 sound/dialogue/Mission_2/Allies/dfr_call_AS2806tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " alias dfr_call_AP430405 sound/dialogue/Mission_2/Allies/dfr_call_AS2806tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " alias dfr_call_AP430406 sound/dialogue/Mission_2/Allies/dfr_call_AS2806tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430407 sound/dialogue/Mission_2/Allies/dfr_call_AP4304tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430408 sound/dialogue/Mission_2/Allies/dfr_call_AP4304tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430409 sound/dialogue/Mission_2/Allies/dfr_call_AP4304tm4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430410 sound/dialogue/Mission_2/Allies/dfr_call_AS2904th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430411 sound/dialogue/Mission_2/Allies/dfr_call_AS2904th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430412 sound/dialogue/Mission_2/Allies/dfr_call_AS2904th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430413 sound/dialogue/Mission_2/Allies/dfr_call_AC9013tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430414 sound/dialogue/Mission_2/Allies/dfr_call_AC9013tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // alias dfr_call_AP430415 sound/dialogue/Mission_2/Allies/dfr_call_AC9013tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Enemy spotted!" maps "t2 " // // alias dfr_call_AP4308 - To the left! "To the left!" // alias dfr_call_AP430801 sound/dialogue/Mission_2/Allies/dfr_call_AS3008ty1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430802 sound/dialogue/Mission_2/Allies/dfr_call_AS3008ty2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430803 sound/dialogue/Mission_2/Allies/dfr_call_AS3008ty3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " alias dfr_call_AP430804 sound/dialogue/Mission_2/Allies/dfr_call_AS2810tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " alias dfr_call_AP430805 sound/dialogue/Mission_2/Allies/dfr_call_AS2810tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " alias dfr_call_AP430806 sound/dialogue/Mission_2/Allies/dfr_call_AS2810tw4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430807 sound/dialogue/Mission_2/Allies/dfr_call_AP4308tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430808 sound/dialogue/Mission_2/Allies/dfr_call_AP4308tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430809 sound/dialogue/Mission_2/Allies/dfr_call_AP4308tm4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430810 sound/dialogue/Mission_2/Allies/dfr_call_AS2908th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430811 sound/dialogue/Mission_2/Allies/dfr_call_AS2908th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430812 sound/dialogue/Mission_2/Allies/dfr_call_AS2908th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430813 sound/dialogue/Mission_2/Allies/dfr_call_AC9017tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430814 sound/dialogue/Mission_2/Allies/dfr_call_AC9017tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // alias dfr_call_AP430815 sound/dialogue/Mission_2/Allies/dfr_call_AC9017tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "To the left!" maps "t2 " // // alias dfr_call_AP4309 - Left flank! "Left flank! " // alias dfr_call_AP430901 sound/dialogue/Mission_2/Allies/dfr_call_AS3009ty1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430902 sound/dialogue/Mission_2/Allies/dfr_call_AS3009ty2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430903 sound/dialogue/Mission_2/Allies/dfr_call_AS3009ty3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " //alias dfr_call_AP430904 sound/dialogue/Mission_2/Allies/dfr_call_AS2811tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " alias dfr_call_AP430905 sound/dialogue/Mission_2/Allies/dfr_call_AS2811tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " alias dfr_call_AP430906 sound/dialogue/Mission_2/Allies/dfr_call_AS2811tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430907 sound/dialogue/Mission_2/Allies/dfr_call_AP4309tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430908 sound/dialogue/Mission_2/Allies/dfr_call_AP4309tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430909 sound/dialogue/Mission_2/Allies/dfr_call_AP4309tm4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430910 sound/dialogue/Mission_2/Allies/dfr_call_AS2909th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430911 sound/dialogue/Mission_2/Allies/dfr_call_AS2909th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430912 sound/dialogue/Mission_2/Allies/dfr_call_AS2909th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430913 sound/dialogue/Mission_2/Allies/dfr_call_AC9018tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430914 sound/dialogue/Mission_2/Allies/dfr_call_AC9018tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // alias dfr_call_AP430915 sound/dialogue/Mission_2/Allies/dfr_call_AC9018tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Left flank! " maps "t2 " // // alias dfr_call_AP4310 - They're on the right! "They're on the right!" // alias dfr_call_AP431001 sound/dialogue/Mission_2/Allies/dfr_call_AS3010ty1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431002 sound/dialogue/Mission_2/Allies/dfr_call_AS3010ty2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431003 sound/dialogue/Mission_2/Allies/dfr_call_AS3010ty3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " alias dfr_call_AP431004 sound/dialogue/Mission_2/Allies/dfr_call_AS2812tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " alias dfr_call_AP431005 sound/dialogue/Mission_2/Allies/dfr_call_AS2812tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " alias dfr_call_AP431006 sound/dialogue/Mission_2/Allies/dfr_call_AS2812tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431007 sound/dialogue/Mission_2/Allies/dfr_call_AP4310tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431008 sound/dialogue/Mission_2/Allies/dfr_call_AP4310tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431009 sound/dialogue/Mission_2/Allies/dfr_call_AP4310tm3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431010 sound/dialogue/Mission_2/Allies/dfr_call_AS2910th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431011 sound/dialogue/Mission_2/Allies/dfr_call_AS2910th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431012 sound/dialogue/Mission_2/Allies/dfr_call_AS2910th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431013 sound/dialogue/Mission_2/Allies/dfr_call_AC9019tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431014 sound/dialogue/Mission_2/Allies/dfr_call_AC9019tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // alias dfr_call_AP431015 sound/dialogue/Mission_2/Allies/dfr_call_AC9019tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "They're on the right!" maps "t2 " // // alias dfr_call_AP4311 - Right flank! "Right flank!" // alias dfr_call_AP431101 sound/dialogue/Mission_2/Allies/dfr_call_AS3011ty1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431102 sound/dialogue/Mission_2/Allies/dfr_call_AS3011ty2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431103 sound/dialogue/Mission_2/Allies/dfr_call_AS3011ty3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " alias dfr_call_AP431104 sound/dialogue/Mission_2/Allies/dfr_call_AS2813tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " alias dfr_call_AP431105 sound/dialogue/Mission_2/Allies/dfr_call_AS2813tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " alias dfr_call_AP431106 sound/dialogue/Mission_2/Allies/dfr_call_AS2813tw4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431107 sound/dialogue/Mission_2/Allies/dfr_call_AP4311tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431108 sound/dialogue/Mission_2/Allies/dfr_call_AP4311tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431109 sound/dialogue/Mission_2/Allies/dfr_call_AP4311tm3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431110 sound/dialogue/Mission_2/Allies/dfr_call_AS2911th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431111 sound/dialogue/Mission_2/Allies/dfr_call_AS2911th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431112 sound/dialogue/Mission_2/Allies/dfr_call_AS2911th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431113 sound/dialogue/Mission_2/Allies/dfr_call_AC9020tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431114 sound/dialogue/Mission_2/Allies/dfr_call_AC9020tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // alias dfr_call_AP431115 sound/dialogue/Mission_2/Allies/dfr_call_AC9020tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Right flank!" maps "t2 " // // alias dfr_call_AP4314 - On the right, in the trees! Take 'em out! "On the right, in the trees! Take 'em out!" // alias dfr_call_AP431401 sound/dialogue/Mission_2/Allies/dfr_call_AS3014ty1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431402 sound/dialogue/Mission_2/Allies/dfr_call_AS3014ty2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431403 sound/dialogue/Mission_2/Allies/dfr_call_AS3014ty3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " alias dfr_call_AP431404 sound/dialogue/Mission_2/Allies/dfr_call_AS2816tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " alias dfr_call_AP431405 sound/dialogue/Mission_2/Allies/dfr_call_AS2816tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " alias dfr_call_AP431406 sound/dialogue/Mission_2/Allies/dfr_call_AS2816tw4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431407 sound/dialogue/Mission_2/Allies/dfr_call_AP4314tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431408 sound/dialogue/Mission_2/Allies/dfr_call_AP4314tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431409 sound/dialogue/Mission_2/Allies/dfr_call_AP4314tm3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431410 sound/dialogue/Mission_2/Allies/dfr_call_AS2914th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431411 sound/dialogue/Mission_2/Allies/dfr_call_AS2914th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431412 sound/dialogue/Mission_2/Allies/dfr_call_AS2914th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431413 sound/dialogue/Mission_2/Allies/dfr_call_AC9023tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431414 sound/dialogue/Mission_2/Allies/dfr_call_AC9023tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // alias dfr_call_AP431415 sound/dialogue/Mission_2/Allies/dfr_call_AC9023tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On the right, in the trees! Take 'em out!" maps "t2 " // // alias dfr_call_AP4315 - Motorcycle, comin' up the rear! "Motorcycle, comin' up the rear!" // alias dfr_call_AP431501 sound/dialogue/Mission_2/Allies/dfr_call_AS3015ty1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431502 sound/dialogue/Mission_2/Allies/dfr_call_AS3015ty2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431503 sound/dialogue/Mission_2/Allies/dfr_call_AS3015ty3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " alias dfr_call_AP431504 sound/dialogue/Mission_2/Allies/dfr_call_AS2817tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " alias dfr_call_AP431505 sound/dialogue/Mission_2/Allies/dfr_call_AS2817tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " alias dfr_call_AP431506 sound/dialogue/Mission_2/Allies/dfr_call_AS2817tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431507 sound/dialogue/Mission_2/Allies/dfr_call_AP4315tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431508 sound/dialogue/Mission_2/Allies/dfr_call_AP4315tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431509 sound/dialogue/Mission_2/Allies/dfr_call_AP4315tm3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431510 sound/dialogue/Mission_2/Allies/dfr_call_AS2915th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431511 sound/dialogue/Mission_2/Allies/dfr_call_AS2915th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431512 sound/dialogue/Mission_2/Allies/dfr_call_AS2915th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431513 sound/dialogue/Mission_2/Allies/dfr_call_AC9024tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431514 sound/dialogue/Mission_2/Allies/dfr_call_AC9024tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // alias dfr_call_AP431515 sound/dialogue/Mission_2/Allies/dfr_call_AC9024tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Motorcycle, comin' up the rear!" maps "t2 " // // alias dfr_call_AP4316 - On your six! "On your six!" // alias dfr_call_AP431601 sound/dialogue/Mission_2/Allies/dfr_call_AS3016ty1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431602 sound/dialogue/Mission_2/Allies/dfr_call_AS3016ty2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431603 sound/dialogue/Mission_2/Allies/dfr_call_AS3016ty3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " alias dfr_call_AP431604 sound/dialogue/Mission_2/Allies/dfr_call_AS2818tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " alias dfr_call_AP431605 sound/dialogue/Mission_2/Allies/dfr_call_AS2818tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " alias dfr_call_AP431606 sound/dialogue/Mission_2/Allies/dfr_call_AS2818tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431607 sound/dialogue/Mission_2/Allies/dfr_call_AP4316tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431608 sound/dialogue/Mission_2/Allies/dfr_call_AP4316tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431609 sound/dialogue/Mission_2/Allies/dfr_call_AP4316tm3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431610 sound/dialogue/Mission_2/Allies/dfr_call_AS2916th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431611 sound/dialogue/Mission_2/Allies/dfr_call_AS2916th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431612 sound/dialogue/Mission_2/Allies/dfr_call_AS2916th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431613 sound/dialogue/Mission_2/Allies/dfr_call_AC9025tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431614 sound/dialogue/Mission_2/Allies/dfr_call_AC9025tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // alias dfr_call_AP431615 sound/dialogue/Mission_2/Allies/dfr_call_AC9025tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "On your six!" maps "t2 " // // alias dfr_call_AP4317 - Behind us! "Behind us! " // alias dfr_call_AP431701 sound/dialogue/Mission_2/Allies/dfr_call_AS3017ty1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431702 sound/dialogue/Mission_2/Allies/dfr_call_AS3017ty2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431703 sound/dialogue/Mission_2/Allies/dfr_call_AS3017ty3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " alias dfr_call_AP431704 sound/dialogue/Mission_2/Allies/dfr_call_AS2819tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " alias dfr_call_AP431705 sound/dialogue/Mission_2/Allies/dfr_call_AS2819tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " alias dfr_call_AP431706 sound/dialogue/Mission_2/Allies/dfr_call_AS2819tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431707 sound/dialogue/Mission_2/Allies/dfr_call_AP4317tm1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431708 sound/dialogue/Mission_2/Allies/dfr_call_AP4317tm2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431709 sound/dialogue/Mission_2/Allies/dfr_call_AP4317tm3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431710 sound/dialogue/Mission_2/Allies/dfr_call_AS2917th1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431711 sound/dialogue/Mission_2/Allies/dfr_call_AS2917th2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431712 sound/dialogue/Mission_2/Allies/dfr_call_AS2917th3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431713 sound/dialogue/Mission_2/Allies/dfr_call_AC9026tg1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431714 sound/dialogue/Mission_2/Allies/dfr_call_AC9026tg2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // alias dfr_call_AP431715 sound/dialogue/Mission_2/Allies/dfr_call_AC9026tg3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Behind us! " maps "t2 " // // alias dfr_call_AP4331 - Fall back! "Fall back! " alias dfr_call_AP433101 sound/dialogue/Mission_2/Allies/dfr_call_AS3031ty1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " //alias dfr_call_AP433102 sound/dialogue/Mission_2/Allies/dfr_call_AS3031ty2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " alias dfr_call_AP433103 sound/dialogue/Mission_2/Allies/dfr_call_AS3031ty3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " //alias dfr_call_AP433104 sound/dialogue/Mission_2/Allies/dfr_call_AS2833tw1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " //alias dfr_call_AP433105 sound/dialogue/Mission_2/Allies/dfr_call_AS2833tw2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " //alias dfr_call_AP433106 sound/dialogue/Mission_2/Allies/dfr_call_AS2833tw3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " alias dfr_call_AP433107 sound/dialogue/Mission_2/Allies/dfr_call_AP4331tm1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " //alias dfr_call_AP433108 sound/dialogue/Mission_2/Allies/dfr_call_AP4331tm2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " alias dfr_call_AP433109 sound/dialogue/Mission_2/Allies/dfr_call_AP4331tm3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " //alias dfr_call_AP433110 sound/dialogue/Mission_2/Allies/dfr_call_AS2931th1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " //alias dfr_call_AP433111 sound/dialogue/Mission_2/Allies/dfr_call_AS2931th2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " alias dfr_call_AP433112 sound/dialogue/Mission_2/Allies/dfr_call_AS2931th3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " alias dfr_call_AP433113 sound/dialogue/Mission_2/Allies/dfr_call_AC9040tg1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " alias dfr_call_AP433114 sound/dialogue/Mission_2/Allies/dfr_call_AC9040tg2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " alias dfr_call_AP433115 sound/dialogue/Mission_2/Allies/dfr_call_AC9040tg3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Fall back! " maps "t2 " // // alias dfr_call_AP4332 - Retreat! "Retreat!" alias dfr_call_AP433201 sound/dialogue/Mission_2/Allies/dfr_call_AS3032ty1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " //alias dfr_call_AP433202 sound/dialogue/Mission_2/Allies/dfr_call_AS3032ty2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " alias dfr_call_AP433203 sound/dialogue/Mission_2/Allies/dfr_call_AS3032ty3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " //alias dfr_call_AP433204 sound/dialogue/Mission_2/Allies/dfr_call_AS2834tw1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " //alias dfr_call_AP433205 sound/dialogue/Mission_2/Allies/dfr_call_AS2834tw2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " alias dfr_call_AP433206 sound/dialogue/Mission_2/Allies/dfr_call_AS2834tw3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " //alias dfr_call_AP433207 sound/dialogue/Mission_2/Allies/dfr_call_AP4332tm1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " //alias dfr_call_AP433208 sound/dialogue/Mission_2/Allies/dfr_call_AP4332tm2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " //alias dfr_call_AP433209 sound/dialogue/Mission_2/Allies/dfr_call_AP4332tm3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " alias dfr_call_AP433210 sound/dialogue/Mission_2/Allies/dfr_call_AS2932th1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " alias dfr_call_AP433211 sound/dialogue/Mission_2/Allies/dfr_call_AS2932th2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " //alias dfr_call_AP433212 sound/dialogue/Mission_2/Allies/dfr_call_AS2932th3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " //alias dfr_call_AP433213 sound/dialogue/Mission_2/Allies/dfr_call_AC9041tg1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " alias dfr_call_AP433214 sound/dialogue/Mission_2/Allies/dfr_call_AC9041tg2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " alias dfr_call_AP433215 sound/dialogue/Mission_2/Allies/dfr_call_AC9041tg3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Retreat!" maps "t2 " // // alias dfr_call_AP4333 - They're through the line, run! "They're through the line, run!" alias dfr_call_AP433301 sound/dialogue/Mission_2/Allies/dfr_call_AS3033ty1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " alias dfr_call_AP433302 sound/dialogue/Mission_2/Allies/dfr_call_AS3033ty2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " alias dfr_call_AP433303 sound/dialogue/Mission_2/Allies/dfr_call_AS3033ty3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " //alias dfr_call_AP433304 sound/dialogue/Mission_2/Allies/dfr_call_AS2835tw1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " //alias dfr_call_AP433305 sound/dialogue/Mission_2/Allies/dfr_call_AS2835tw2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " //alias dfr_call_AP433306 sound/dialogue/Mission_2/Allies/dfr_call_AS2835tw3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " //alias dfr_call_AP433307 sound/dialogue/Mission_2/Allies/dfr_call_AP4333tm3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " alias dfr_call_AP433308 sound/dialogue/Mission_2/Allies/dfr_call_AP4333tm4.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " alias dfr_call_AP433309 sound/dialogue/Mission_2/Allies/dfr_call_AP4333tm5.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " //alias dfr_call_AP433310 sound/dialogue/Mission_2/Allies/dfr_call_AS2933th1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " alias dfr_call_AP433311 sound/dialogue/Mission_2/Allies/dfr_call_AS2933th2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " alias dfr_call_AP433312 sound/dialogue/Mission_2/Allies/dfr_call_AS2933th3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " //alias dfr_call_AP433313 sound/dialogue/Mission_2/Allies/dfr_call_AC9042tg1.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " //alias dfr_call_AP433314 sound/dialogue/Mission_2/Allies/dfr_call_AC9042tg2.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " //alias dfr_call_AP433315 sound/dialogue/Mission_2/Allies/dfr_call_AC9042tg3.mp3 soundparms 1.3 0.1 1.0 0.0 320 6000 dialog streamed subtitle "They're through the line, run!" maps "t2 " // alias dfr_call_AC9049 - Watch your left flank! - CAPTAIN ONLY "Watch your left flank!" alias dfr_call_AC904901 sound/dialogue/Mission_2/Allies/dfr_call_AC9049tg1.mp3 soundparms 0.7 0.7 1.0 0.0 8000 16000 dialog streamed subtitle "Watch your left flank!" maps "t2 " alias dfr_call_AC904902 sound/dialogue/Mission_2/Allies/dfr_call_AC9049tg2.mp3 soundparms 0.7 0.7 1.0 0.0 8000 16000 dialog streamed subtitle "Watch your left flank!" maps "t2 " alias dfr_call_AC904903 sound/dialogue/Mission_2/Allies/dfr_call_AC9049tg3.mp3 soundparms 0.7 0.7 1.0 0.0 8000 16000 dialog streamed subtitle "Watch your left flank!" maps "t2 " // alias dfr_call_AC9050 - Watch your right flank! - CAPTAIN ONLY "Watch your right flank!" alias dfr_call_AC905001 sound/dialogue/Mission_2/Allies/dfr_call_AC9050tg1.mp3 soundparms 0.7 0.7 1.0 0.0 8000 16000 dialog streamed subtitle "Watch your right flank!" maps "t2 " alias dfr_call_AC905002 sound/dialogue/Mission_2/Allies/dfr_call_AC9050tg2.mp3 soundparms 0.7 0.7 1.0 0.0 8000 16000 dialog streamed subtitle "Watch your right flank!" maps "t2 " alias dfr_call_AC905003 sound/dialogue/Mission_2/Allies/dfr_call_AC9050tg3.mp3 soundparms 0.7 0.7 1.0 0.0 8000 16000 dialog streamed subtitle "Watch your right flank!" maps "t2 " // alias dfr_call_AC9051 - Alright, that's the last of them. - CAPTAIN ONLY // alias dfr_call_AC905101 sound/dialogue/Mission_2/Allies/dfr_call_AC9051tg1.mp3 soundparms 1.4 0.1 1.0 0.0 8000 16000 dialog streamed subtitle maps "t2 " // alias dfr_call_AC905102 sound/dialogue/Mission_2/Allies/dfr_call_AC9051tg2.mp3 soundparms 1.4 0.1 1.0 0.0 8000 16000 dialog streamed subtitle maps "t2 " // alias dfr_call_AC905103 sound/dialogue/Mission_2/Allies/dfr_call_AC9051tg3.mp3 soundparms 1.4 0.1 1.0 0.0 8000 16000 dialog streamed subtitle maps "t2 " // alias dfr_call_AP4329 - Infantry, right flank! "Infantry, right flank! " alias dfr_call_AP432901 sound/dialogue/Mission_2/Allies/dfr_call_AS3029ty1.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " alias dfr_call_AP432902 sound/dialogue/Mission_2/Allies/dfr_call_AS3029ty2.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " alias dfr_call_AP432903 sound/dialogue/Mission_2/Allies/dfr_call_AS3029ty3.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " //alias dfr_call_AP432904 sound/dialogue/Mission_2/Allies/dfr_call_AS2831tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, right flank! " maps "t2l2 " alias dfr_call_AP432905 sound/dialogue/Mission_2/Allies/dfr_call_AS2831tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, right flank! " maps "t2l2 " alias dfr_call_AP432906 sound/dialogue/Mission_2/Allies/dfr_call_AS2831tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, right flank! " maps "t2l2 " //alias dfr_call_AP432907 sound/dialogue/Mission_2/Allies/dfr_call_AP4329tm1.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " //alias dfr_call_AP432908 sound/dialogue/Mission_2/Allies/dfr_call_AP4329tm2.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " //alias dfr_call_AP432909 sound/dialogue/Mission_2/Allies/dfr_call_AP4329tm3.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " //alias dfr_call_AP432910 sound/dialogue/Mission_2/Allies/dfr_call_AS2929th1.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " alias dfr_call_AP432911 sound/dialogue/Mission_2/Allies/dfr_call_AS2929th2.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " alias dfr_call_AP432912 sound/dialogue/Mission_2/Allies/dfr_call_AS2929th3.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 " //alias dfr_call_AP432913 sound/dialogue/Mission_2/Allies/dfr_call_AC9038tg1.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 t2l4 " alias dfr_call_AP432914 sound/dialogue/Mission_2/Allies/dfr_call_AC9038tg2.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 t2l4 " alias dfr_call_AP432915 sound/dialogue/Mission_2/Allies/dfr_call_AC9038tg3.mp3 soundparms 0.8 0.0 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, right flank! " maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP4356 - Infantry, left flank! "Infantry, left flank!" //alias dfr_call_AP435601 sound/dialogue/Mission_2/Allies/dfr_call_AS3112ty1.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " alias dfr_call_AP435602 sound/dialogue/Mission_2/Allies/dfr_call_AS3112ty2.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " alias dfr_call_AP435603 sound/dialogue/Mission_2/Allies/dfr_call_AS3112ty3.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " alias dfr_call_AP435604 sound/dialogue/Mission_2/Allies/dfr_call_AS2858tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, left flank!" maps "t2l2 " alias dfr_call_AP435605 sound/dialogue/Mission_2/Allies/dfr_call_AS2858tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, left flank!" maps "t2l2 " alias dfr_call_AP435606 sound/dialogue/Mission_2/Allies/dfr_call_AS2858tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, left flank!" maps "t2l2 " //alias dfr_call_AP435607 sound/dialogue/Mission_2/Allies/dfr_call_AP4356tm1.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " alias dfr_call_AP435608 sound/dialogue/Mission_2/Allies/dfr_call_AP4356tm2.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " //alias dfr_call_AP435609 sound/dialogue/Mission_2/Allies/dfr_call_AP4356tm3.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " //alias dfr_call_AP435610 sound/dialogue/Mission_2/Allies/dfr_call_AS2956th1.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " alias dfr_call_AP435611 sound/dialogue/Mission_2/Allies/dfr_call_AS2956th2.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " alias dfr_call_AP435612 sound/dialogue/Mission_2/Allies/dfr_call_AS2956th3.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 " //alias dfr_call_AP435613 sound/dialogue/Mission_2/Allies/dfr_call_AC9070tg1.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP435614 sound/dialogue/Mission_2/Allies/dfr_call_AC9070tg2.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP435615 sound/dialogue/Mission_2/Allies/dfr_call_AC9070tg3.mp3 soundparms 0.6 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, left flank!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP4357 - Infantry, dead ahead! "Infantry, dead ahead!" alias dfr_call_AP435701 sound/dialogue/Mission_2/Allies/dfr_call_AS3113ty1.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP435702 sound/dialogue/Mission_2/Allies/dfr_call_AS3113ty2.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP435703 sound/dialogue/Mission_2/Allies/dfr_call_AS3113ty3.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP435704 sound/dialogue/Mission_2/Allies/dfr_call_AS2859tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l2 " alias dfr_call_AP435705 sound/dialogue/Mission_2/Allies/dfr_call_AS2859tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l2 " alias dfr_call_AP435706 sound/dialogue/Mission_2/Allies/dfr_call_AS2859tw4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l2 " //alias dfr_call_AP435707 sound/dialogue/Mission_2/Allies/dfr_call_AP4357tm3.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435708 sound/dialogue/Mission_2/Allies/dfr_call_AP4357tm4.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435709 sound/dialogue/Mission_2/Allies/dfr_call_AP4357tm5.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435710 sound/dialogue/Mission_2/Allies/dfr_call_AS2957th1.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435711 sound/dialogue/Mission_2/Allies/dfr_call_AS2957th2.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435712 sound/dialogue/Mission_2/Allies/dfr_call_AS2957th3.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP435713 sound/dialogue/Mission_2/Allies/dfr_call_AC9071tg1.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP435714 sound/dialogue/Mission_2/Allies/dfr_call_AC9071tg2.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP435715 sound/dialogue/Mission_2/Allies/dfr_call_AC9071tg3.mp3 soundparms 1.2 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Infantry, dead ahead!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP4330 - Tiger tank on the right! "Tiger tank on the right!" alias dfr_call_AP433001 sound/dialogue/Mission_2/Allies/dfr_call_AS3030ty1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " alias dfr_call_AP433002 sound/dialogue/Mission_2/Allies/dfr_call_AS3030ty2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " alias dfr_call_AP433003 sound/dialogue/Mission_2/Allies/dfr_call_AS3030ty3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " alias dfr_call_AP433004 sound/dialogue/Mission_2/Allies/dfr_call_AS2832tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l2 " //alias dfr_call_AP433005 sound/dialogue/Mission_2/Allies/dfr_call_AS2832tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l2 " alias dfr_call_AP433006 sound/dialogue/Mission_2/Allies/dfr_call_AS2832tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l2 " //alias dfr_call_AP433007 sound/dialogue/Mission_2/Allies/dfr_call_AP4330tm1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " alias dfr_call_AP433008 sound/dialogue/Mission_2/Allies/dfr_call_AP4330tm2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " alias dfr_call_AP433009 sound/dialogue/Mission_2/Allies/dfr_call_AP4330tm3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " //alias dfr_call_AP433010 sound/dialogue/Mission_2/Allies/dfr_call_AS2930th1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " alias dfr_call_AP433011 sound/dialogue/Mission_2/Allies/dfr_call_AS2930th2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " alias dfr_call_AP433012 sound/dialogue/Mission_2/Allies/dfr_call_AS2930th3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 " alias dfr_call_AP433013 sound/dialogue/Mission_2/Allies/dfr_call_AC9039tg1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP433014 sound/dialogue/Mission_2/Allies/dfr_call_AC9039tg2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP433015 sound/dialogue/Mission_2/Allies/dfr_call_AC9039tg3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the right!" maps "t2l1 t2l3 t2l4 " // alias dfr_call_AP4358 - Tiger tank on the left "Tiger tank on the left!" //alias dfr_call_AP435801 sound/dialogue/Mission_2/Allies/dfr_call_AS3114ty1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " alias dfr_call_AP435802 sound/dialogue/Mission_2/Allies/dfr_call_AS3114ty2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " alias dfr_call_AP435803 sound/dialogue/Mission_2/Allies/dfr_call_AS3114ty3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " alias dfr_call_AP435804 sound/dialogue/Mission_2/Allies/dfr_call_AS2860tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l2 " //alias dfr_call_AP435805 sound/dialogue/Mission_2/Allies/dfr_call_AS2860tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l2 " alias dfr_call_AP435806 sound/dialogue/Mission_2/Allies/dfr_call_AS2860tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l2 " alias dfr_call_AP435807 sound/dialogue/Mission_2/Allies/dfr_call_AP4358tm1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP435808 sound/dialogue/Mission_2/Allies/dfr_call_AP4358tm2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " alias dfr_call_AP435809 sound/dialogue/Mission_2/Allies/dfr_call_AP4358tm3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP435810 sound/dialogue/Mission_2/Allies/dfr_call_AS2958th1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " alias dfr_call_AP435811 sound/dialogue/Mission_2/Allies/dfr_call_AS2958th2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP435812 sound/dialogue/Mission_2/Allies/dfr_call_AS2958th3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 " alias dfr_call_AP435813 sound/dialogue/Mission_2/Allies/dfr_call_AC9072tg1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP435814 sound/dialogue/Mission_2/Allies/dfr_call_AC9072tg2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP435815 sound/dialogue/Mission_2/Allies/dfr_call_AC9072tg3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank on the left!" maps "t2l1 t2l3 t2l4 " // alias dfr_call_AP4359 - Tiger tank dead ahead! "Tiger tank dead ahead!" //alias dfr_call_AP435901 sound/dialogue/Mission_2/Allies/dfr_call_AS3115ty1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435902 sound/dialogue/Mission_2/Allies/dfr_call_AS3115ty2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435903 sound/dialogue/Mission_2/Allies/dfr_call_AS3115ty3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP435904 sound/dialogue/Mission_2/Allies/dfr_call_AS2861tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l2 " alias dfr_call_AP435905 sound/dialogue/Mission_2/Allies/dfr_call_AS2861tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l2 " alias dfr_call_AP435906 sound/dialogue/Mission_2/Allies/dfr_call_AS2861tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l2 " alias dfr_call_AP435907 sound/dialogue/Mission_2/Allies/dfr_call_AP4359tm1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435908 sound/dialogue/Mission_2/Allies/dfr_call_AP4359tm2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP435909 sound/dialogue/Mission_2/Allies/dfr_call_AP4359tm3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435910 sound/dialogue/Mission_2/Allies/dfr_call_AS2959th1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP435911 sound/dialogue/Mission_2/Allies/dfr_call_AS2959th2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP435912 sound/dialogue/Mission_2/Allies/dfr_call_AS2959th3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP435913 sound/dialogue/Mission_2/Allies/dfr_call_AC9073tg1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP435914 sound/dialogue/Mission_2/Allies/dfr_call_AC9073tg2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP435915 sound/dialogue/Mission_2/Allies/dfr_call_AC9073tg3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Tiger tank dead ahead!" maps "t2l1 t2l3 t2l4 " // alias dfr_call_AP4360 - Panzer on the right! "Panzer on the right!" //alias dfr_call_AP436001 sound/dialogue/Mission_2/Allies/dfr_call_AS3116ty1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436002 sound/dialogue/Mission_2/Allies/dfr_call_AS3116ty2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436003 sound/dialogue/Mission_2/Allies/dfr_call_AS3116ty3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " //alias dfr_call_AP436004 sound/dialogue/Mission_2/Allies/dfr_call_AS2862tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer on the right!" maps "t2l2 " alias dfr_call_AP436005 sound/dialogue/Mission_2/Allies/dfr_call_AS2862tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer on the right!" maps "t2l2 " alias dfr_call_AP436006 sound/dialogue/Mission_2/Allies/dfr_call_AS2862tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer on the right!" maps "t2l2 " //alias dfr_call_AP436007 sound/dialogue/Mission_2/Allies/dfr_call_AP4360tm2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436008 sound/dialogue/Mission_2/Allies/dfr_call_AP4360tm3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436009 sound/dialogue/Mission_2/Allies/dfr_call_AP4360tm5.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " //alias dfr_call_AP436010 sound/dialogue/Mission_2/Allies/dfr_call_AS2960th1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436011 sound/dialogue/Mission_2/Allies/dfr_call_AS2960th2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436012 sound/dialogue/Mission_2/Allies/dfr_call_AS2960th3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436013 sound/dialogue/Mission_2/Allies/dfr_call_AC9074tg1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436014 sound/dialogue/Mission_2/Allies/dfr_call_AC9074tg2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436015 sound/dialogue/Mission_2/Allies/dfr_call_AC9074tg3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the right!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP4361 - Panzer on the left! "Panzer on the left!" //alias dfr_call_AP436101 sound/dialogue/Mission_2/Allies/dfr_call_AS3117ty1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436102 sound/dialogue/Mission_2/Allies/dfr_call_AS3117ty2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436103 sound/dialogue/Mission_2/Allies/dfr_call_AS3117ty3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436104 sound/dialogue/Mission_2/Allies/dfr_call_AS2863tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer on the left!" maps "t2l2 " alias dfr_call_AP436105 sound/dialogue/Mission_2/Allies/dfr_call_AS2863tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer on the left!" maps "t2l2 " alias dfr_call_AP436106 sound/dialogue/Mission_2/Allies/dfr_call_AS2863tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer on the left!" maps "t2l2 " //alias dfr_call_AP436107 sound/dialogue/Mission_2/Allies/dfr_call_AP4361tm2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP436108 sound/dialogue/Mission_2/Allies/dfr_call_AP4361tm3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP436109 sound/dialogue/Mission_2/Allies/dfr_call_AP4361tm5.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP436110 sound/dialogue/Mission_2/Allies/dfr_call_AS2961th1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436111 sound/dialogue/Mission_2/Allies/dfr_call_AS2961th2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436112 sound/dialogue/Mission_2/Allies/dfr_call_AS2961th3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436113 sound/dialogue/Mission_2/Allies/dfr_call_AC9075tg1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436114 sound/dialogue/Mission_2/Allies/dfr_call_AC9075tg2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436115 sound/dialogue/Mission_2/Allies/dfr_call_AC9075tg3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Panzer on the left!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP4362 - Panzer dead ahead! "Panzer dead ahead!" //alias dfr_call_AP436201 sound/dialogue/Mission_2/Allies/dfr_call_AS3118ty1.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436202 sound/dialogue/Mission_2/Allies/dfr_call_AS3118ty2.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436203 sound/dialogue/Mission_2/Allies/dfr_call_AS3118ty3.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436204 sound/dialogue/Mission_2/Allies/dfr_call_AS2864tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l2 " alias dfr_call_AP436205 sound/dialogue/Mission_2/Allies/dfr_call_AS2864tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l2 " //alias dfr_call_AP436226 sound/dialogue/Mission_2/Allies/dfr_call_AS2864tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l2 " //alias dfr_call_AP436227 sound/dialogue/Mission_2/Allies/dfr_call_AP4362tm1.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436228 sound/dialogue/Mission_2/Allies/dfr_call_AP4362tm2.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436229 sound/dialogue/Mission_2/Allies/dfr_call_AP4362tm3.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436210 sound/dialogue/Mission_2/Allies/dfr_call_AS2962th1.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436206 sound/dialogue/Mission_2/Allies/dfr_call_AS2962th2.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436212 sound/dialogue/Mission_2/Allies/dfr_call_AS2962th3.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436207 sound/dialogue/Mission_2/Allies/dfr_call_AC9076tg1.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436208 sound/dialogue/Mission_2/Allies/dfr_call_AC9076tg2.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436209 sound/dialogue/Mission_2/Allies/dfr_call_AC9076tg3.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Panzer dead ahead!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP4363 - Half Track on the right! "Half Track on the right!" //alias dfr_call_AP436301 sound/dialogue/Mission_2/Allies/dfr_call_AS3119ty1.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436302 sound/dialogue/Mission_2/Allies/dfr_call_AS3119ty2.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436303 sound/dialogue/Mission_2/Allies/dfr_call_AS3119ty3.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436304 sound/dialogue/Mission_2/Allies/dfr_call_AS2865tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track on the right!" maps "t2l2 " //alias dfr_call_AP436305 sound/dialogue/Mission_2/Allies/dfr_call_AS2865tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track on the right!" maps "t2l2 " alias dfr_call_AP436306 sound/dialogue/Mission_2/Allies/dfr_call_AS2865tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track on the right!" maps "t2l2 " alias dfr_call_AP436307 sound/dialogue/Mission_2/Allies/dfr_call_AP4363tm1.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436308 sound/dialogue/Mission_2/Allies/dfr_call_AP4363tm2.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " //alias dfr_call_AP436309 sound/dialogue/Mission_2/Allies/dfr_call_AP4363tm3.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " //alias dfr_call_AP436310 sound/dialogue/Mission_2/Allies/dfr_call_AS2963th1.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436311 sound/dialogue/Mission_2/Allies/dfr_call_AS2963th2.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436312 sound/dialogue/Mission_2/Allies/dfr_call_AS2963th3.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 " alias dfr_call_AP436313 sound/dialogue/Mission_2/Allies/dfr_call_AC9077tg1.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436314 sound/dialogue/Mission_2/Allies/dfr_call_AC9077tg2.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP436315 sound/dialogue/Mission_2/Allies/dfr_call_AC9077tg3.mp3 soundparms 1.4 0.1 1.0 0.0 1200 12000 dialog streamed subtitle "Half Track on the right!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP4364 - Half Track on the left! "Half Track on the left!" //alias dfr_call_AP436401 sound/dialogue/Mission_2/Allies/dfr_call_AS3120ty1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436402 sound/dialogue/Mission_2/Allies/dfr_call_AS3120ty2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436403 sound/dialogue/Mission_2/Allies/dfr_call_AS3120ty3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436404 sound/dialogue/Mission_2/Allies/dfr_call_AS2866tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track on the left!" maps "t2l2 " alias dfr_call_AP436405 sound/dialogue/Mission_2/Allies/dfr_call_AS2866tw4.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track on the left!" maps "t2l2 " alias dfr_call_AP436406 sound/dialogue/Mission_2/Allies/dfr_call_AS2866tw5.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track on the left!" maps "t2l2 " alias dfr_call_AP436407 sound/dialogue/Mission_2/Allies/dfr_call_AP4364tm1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP436408 sound/dialogue/Mission_2/Allies/dfr_call_AP4364tm2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436409 sound/dialogue/Mission_2/Allies/dfr_call_AP4364tm3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP436410 sound/dialogue/Mission_2/Allies/dfr_call_AS2964th1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436411 sound/dialogue/Mission_2/Allies/dfr_call_AS2964th2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " alias dfr_call_AP436412 sound/dialogue/Mission_2/Allies/dfr_call_AS2964th3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 " //alias dfr_call_AP436413 sound/dialogue/Mission_2/Allies/dfr_call_AC9078tg1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436414 sound/dialogue/Mission_2/Allies/dfr_call_AC9078tg2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP436415 sound/dialogue/Mission_2/Allies/dfr_call_AC9078tg3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track on the left!" maps "t2l1 t2l3 t2l4 " //alias dfr_call_AP4365 - Half Track dead ahead! "Half Track dead ahead!" //alias dfr_call_AP436501 sound/dialogue/Mission_2/Allies/dfr_call_AS3121ty4.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436502 sound/dialogue/Mission_2/Allies/dfr_call_AS3121ty5.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436503 sound/dialogue/Mission_2/Allies/dfr_call_AS3121ty6.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436504 sound/dialogue/Mission_2/Allies/dfr_call_AS2867tw1.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l2 " alias dfr_call_AP436505 sound/dialogue/Mission_2/Allies/dfr_call_AS2867tw2.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l2 " alias dfr_call_AP436506 sound/dialogue/Mission_2/Allies/dfr_call_AS2867tw3.mp3 soundparms 1.5 0.0 1.0 0.0 8000 16000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l2 " alias dfr_call_AP436507 sound/dialogue/Mission_2/Allies/dfr_call_AP4365tm1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436508 sound/dialogue/Mission_2/Allies/dfr_call_AP4365tm2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436509 sound/dialogue/Mission_2/Allies/dfr_call_AP4365tm3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436510 sound/dialogue/Mission_2/Allies/dfr_call_AS2965th1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436511 sound/dialogue/Mission_2/Allies/dfr_call_AS2965th2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " //alias dfr_call_AP436512 sound/dialogue/Mission_2/Allies/dfr_call_AS2965th3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 " alias dfr_call_AP436513 sound/dialogue/Mission_2/Allies/dfr_call_AC9079tg1.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436514 sound/dialogue/Mission_2/Allies/dfr_call_AC9079tg2.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 t2l4 " alias dfr_call_AP436515 sound/dialogue/Mission_2/Allies/dfr_call_AC9079tg3.mp3 soundparms 1.4 0.1 1.0 0.0 320 6000 dialog streamed subtitle "Half Track dead ahead!" maps "t2l1 t2l3 t2l4 " //-------------------------------------------- // These are the 2_3 aliases that are currently triggered using other aliases //-------------------------------------------- // Alias dfr_call_AP4305 - Let's get 'em! // Alias dfr_call_AP4306 - Take 'em! // Alias dfr_call_AP4307 - Here we go! // Alias dfr_call_AP4312 - Dead ahead! // Alias dfr_call_AP4313 - Watch it! // Alias dfr_call_AP4318 - Hold on tight! // Alias dfr_call_AP4319 - Here they come! // Alias dfr_call_AP4320 - Incoming! // Alias dfr_call_AP4321 - Get down! Incoming! // Alias dfr_call_AP4322 - Medic! // Alias dfr_call_AP4323 - We need a medic here! // Alias dfr_call_AP4324 - Get to your holes! // Alias dfr_call_AP4325 - Take cover! // Alias dfr_call_AP4326 - We're gonna die! // Alias dfr_call_AP4327 - Look out! // Alias dfr_call_AP4328 - Heads down! // Alias dfr_call_AP4334 - Keep moving! // Alias dfr_call_AP4335 - Find cover! // Alias dfr_call_AP4336 - Go, go! // Alias dfr_call_AP4337 - Get out of the open! // Alias dfr_call_AC9047 - They're almost through! Push 'em back men! - CAPTAIN ONLY // Alias dfr_call_AC9048 - Hold on tight men! - CAPTAIN ONLY // Alias dfr_call_AP4355 - Get in your fox holes! //=============== // Mission 3 //=============== // 3_1 // Walla - no subtitles alias dfr_T3L1_RS7500 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7500tx2.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed maps "t3l1 " alias dfr_T3L1_RS7501 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7501to1.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Do you think today will be the day?" maps "t3l1 " alias dfr_T3L1_RS7901 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7901tr11.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Who knows? Stalin wanted Berlin last month." maps "t3l1 " alias dfr_T3L1_RS7502 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7502to3.mp3 soundparms 1.3 0.0 1.0 0.0 160 1600 dialog streamed subtitle "Yeah, no matter how many of us it takes." maps "t3l1 " alias dfr_T3L1_RS7801 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7801ts1.mp3 soundparms 1.2 0.0 1.0 0.0 100 1200 dialog streamed subtitle "Have you seen those new T-34's?" maps "t3l1 " alias dfr_T3L1_RS7701 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7701te7.mp3 soundparms 1.2 0.0 1.0 0.0 100 1200 dialog streamed subtitle "Yeah some of the guys were talking about them..." maps "t3l1 " alias dfr_T3L1_RS7802 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7802ts5.mp3 soundparms 1.2 0.0 1.0 0.0 100 1200 dialog streamed subtitle "Sergei said he drove one!" maps "t3l1 " alias dfr_T3L1_RS7702 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7702te5.mp3 soundparms 1.2 0.0 1.0 0.0 100 1200 dialog streamed subtitle "No kidding? Probably went into a wall, huh?" maps "t3l1 " alias dfr_T3L1_RS7825 sound/dialogue/Mission_3/Allies/dfr_T3L1_RS7825ts1.mp3 soundparms 1.5 0.0 1.0 0.0 600 2600 dialog streamed subtitle "Barnes! One of your planes went down inside city. See if pilot alive and get papers he carries! You go now, we stay here!" maps "t3l1 " alias den_T3L1_GG5702 sound/dialogue/Mission_3/Axis/den_T3L1_GG5702tu2.mp3 soundparms 0.8 0.0 1.0 0.0 100 1300 dialog streamed subtitle "Where did you find this?" maps "t3l1 " alias den_T3L1_GS5902 sound/dialogue/Mission_3/Axis/den_T3L1_GS5902tk3.mp3 soundparms 0.8 0.0 1.0 0.0 100 1300 dialog streamed subtitle "About one kilometer south on Kantstrazen. They were out of gas." maps "t3l1 " alias den_T3L1_GS5802 sound/dialogue/Mission_3/Axis/den_T3L1_GS5802tp4.mp3 soundparms 0.8 0.0 1.0 0.0 100 1300 dialog streamed subtitle "And luck." maps "t3l1 " // Group Laughter - no subtitles alias den_T3L1_GG5703 sound/dialogue/Mission_3/Axis/den_T3L1_GG5703tu3.mp3 soundparms 0.8 0.0 1.0 0.0 160 1100 dialog streamed maps "t3l1 " alias den_T3L1_GS5903 sound/dialogue/Mission_3/Axis/den_T3L1_GS5903tk2.mp3 soundparms 0.8 0.0 1.0 0.0 160 1100 dialog streamed maps "t3l1 " alias den_T3L1_GS5803 sound/dialogue/Mission_3/Axis/den_T3L1_GS5803tp2.mp3 soundparms 0.8 0.0 1.0 0.0 160 1100 dialog streamed maps "t3l1 " // 3_2 alias dfr_T3L2_AC4501 sound/dialogue/Mission_3/Allies/dfr_T3L2_AC4501tg8.mp3 soundparms 1.5 0.0 1.0 0.0 1000 1600 dialog streamed subtitle "Sergeant Barnes, do you read me? This is Captain Monroe. If you're reading me, we need you to destroy the far bridge. Repeat. Destroy the far bridge." maps "t3l2 " alias dfr_T3L2_AC4502 sound/dialogue/Mission_3/Allies/dfr_T3L2_AC4502tg7.mp3 soundparms 1.5 0.0 1.0 0.0 1000 1600 dialog streamed subtitle "There's a Panzer division trying to flank our position, and the only way we can hold them back is to drop that span into the river. Out." maps "t3l2 " alias dfr_T3L2_AC4503 sound/dialogue/Mission_3/Allies/dfr_T3L2_AC4503tg7.mp3 soundparms 1.5 0.0 1.0 0.0 1000 1600 dialog streamed subtitle "Sergeant Barnes, listen up." maps "t3l2 " alias dfr_T3L2_AC4504 sound/dialogue/Mission_3/Allies/dfr_T3L2_AC4504tg5.mp3 soundparms 1.5 0.0 1.0 0.0 1000 1600 dialog streamed subtitle "Those tanks are sitting ducks from the air, but you must engage the enemy and hold that line until our bombers reach your position." maps "t3l2 " alias dfr_T3L2_AC4505 sound/dialogue/Mission_3/Allies/dfr_T3L2_AC4505tg4.mp3 soundparms 1.5 0.0 1.0 0.0 1000 1600 dialog streamed subtitle "ETA is two minutes. Give 'em hell son. Out." maps "t3l2 " alias dfr_T3L2_AC4506 sound/dialogue/Mission_3/Allies/dfr_T3L2_AC4506tg22.mp3 soundparms 1.5 0.0 1.0 0.0 1000 1600 dialog streamed subtitle "Solid in the trenches, Barnes. The CP is anxiously waiting for those documents." maps "t3l2 " alias dfr_T3L2_AC4507 sound/dialogue/Mission_3/Allies/dfr_T3L2_AC4507tg21.mp3 soundparms 1.5 0.0 1.0 0.0 1000 1600 dialog streamed subtitle "Get back here ASAP. Godspeed, Sergeant. Over and Out." maps "t3l2 " // Mission 3 Calls - Russian // alias dfr_call_RS7503 - We're under attack! alias dfr_call_RS750301 sound/dialogue/Mission_3/Allies/dfr_call_RS7902tr1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750302 sound/dialogue/Mission_3/Allies/dfr_call_RS7902tr2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750303 sound/dialogue/Mission_3/Allies/dfr_call_RS7902tr3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750304 sound/dialogue/Mission_3/Allies/dfr_call_RS7803ts1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750305 sound/dialogue/Mission_3/Allies/dfr_call_RS7803ts3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750306 sound/dialogue/Mission_3/Allies/dfr_call_RS7803ts4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750307 sound/dialogue/Mission_3/Allies/dfr_call_RS7703te1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " //alias dfr_call_RS750308 sound/dialogue/Mission_3/Allies/dfr_call_RS7703te3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750309 sound/dialogue/Mission_3/Allies/dfr_call_RS7703te5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " // Alias dfr_call_RS7504 - Take cover! alias dfr_call_RS750401 sound/dialogue/Mission_3/Allies/dfr_call_RS7903tr2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750402 sound/dialogue/Mission_3/Allies/dfr_call_RS7903tr3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750403 sound/dialogue/Mission_3/Allies/dfr_call_RS7903tr4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750404 sound/dialogue/Mission_3/Allies/dfr_call_RS7804ts9.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750405 sound/dialogue/Mission_3/Allies/dfr_call_RS7804ts10.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750406 sound/dialogue/Mission_3/Allies/dfr_call_RS7804ts11.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750407 sound/dialogue/Mission_3/Allies/dfr_call_RS7704te1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750408 sound/dialogue/Mission_3/Allies/dfr_call_RS7704te2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750409 sound/dialogue/Mission_3/Allies/dfr_call_RS7704te3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " // Alias dfr_call_RS7505 - Incoming! alias dfr_call_RS750501 sound/dialogue/Mission_3/Allies/dfr_call_RS7904tr1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750502 sound/dialogue/Mission_3/Allies/dfr_call_RS7904tr2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750503 sound/dialogue/Mission_3/Allies/dfr_call_RS7904tr3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750504 sound/dialogue/Mission_3/Allies/dfr_call_RS7805ts1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750505 sound/dialogue/Mission_3/Allies/dfr_call_RS7805ts2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750506 sound/dialogue/Mission_3/Allies/dfr_call_RS7805ts3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750507 sound/dialogue/Mission_3/Allies/dfr_call_RS7705te1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750508 sound/dialogue/Mission_3/Allies/dfr_call_RS7705te2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750509 sound/dialogue/Mission_3/Allies/dfr_call_RS7705te3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " // Alias dfr_call_RS7506 - Help me! alias dfr_call_RS750601 sound/dialogue/Mission_3/Allies/dfr_call_RS7905tr1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " //alias dfr_call_RS750602 sound/dialogue/Mission_3/Allies/dfr_call_RS7905tr2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750603 sound/dialogue/Mission_3/Allies/dfr_call_RS7905tr4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750604 sound/dialogue/Mission_3/Allies/dfr_call_RS7806ts4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750605 sound/dialogue/Mission_3/Allies/dfr_call_RS7806ts5.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750606 sound/dialogue/Mission_3/Allies/dfr_call_RS7806ts6.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750607 sound/dialogue/Mission_3/Allies/dfr_call_RS7706te1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750608 sound/dialogue/Mission_3/Allies/dfr_call_RS7706te2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750609 sound/dialogue/Mission_3/Allies/dfr_call_RS7706te3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " // Alias dfr_call_RS7507 - I'm hit! alias dfr_call_RS750701 sound/dialogue/Mission_3/Allies/dfr_call_RS7906tr1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750702 sound/dialogue/Mission_3/Allies/dfr_call_RS7906tr2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750703 sound/dialogue/Mission_3/Allies/dfr_call_RS7906tr3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750704 sound/dialogue/Mission_3/Allies/dfr_call_RS7807ts1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750705 sound/dialogue/Mission_3/Allies/dfr_call_RS7807ts2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750706 sound/dialogue/Mission_3/Allies/dfr_call_RS7807ts3.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750707 sound/dialogue/Mission_3/Allies/dfr_call_RS7707te1.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750708 sound/dialogue/Mission_3/Allies/dfr_call_RS7707te2.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_call_RS750709 sound/dialogue/Mission_3/Allies/dfr_call_RS7707te4.mp3 soundparms 1.0 0.2 1.0 0.0 160 1200 dialog streamed maps "t3 " //============================== // AI STATE DIALOG //============================== //================================== // AXIS DEATH - Updated 8/14/02 - ES //================================== // Randomly Generated Death Sounds alias snd_den_death_generic001 sound/dialogue/generic/G/death/den_death_02.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic002 sound/dialogue/generic/G/death/den_death_05.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic003 sound/dialogue/generic/G/death/den_death_07.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic004 sound/dialogue/generic/G/death/den_death_11.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic005 sound/dialogue/generic/G/death/den_death_19.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic006 sound/dialogue/generic/G/death/den_death_25.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic007 sound/dialogue/generic/G/death/den_death_27.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic008 sound/dialogue/generic/G/death/den_death_31.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic009 sound/dialogue/generic/G/death/den_death_32.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic010 sound/dialogue/generic/G/death/den_death_37.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic011 sound/dialogue/generic/G/death/den_death_38.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic012 sound/dialogue/generic/G/death/den_death_40.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic013 sound/dialogue/generic/G/death/den_death_42.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic014 sound/dialogue/generic/G/death/den_death_43.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic015 sound/dialogue/generic/G/death/den_death_48.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic016 sound/dialogue/generic/G/death/den_death_51.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic017 sound/dialogue/generic/G/death/den_death_53.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic018 sound/dialogue/generic/G/death/den_death_55.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic019 sound/dialogue/generic/G/death/den_death_58.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic020 sound/dialogue/generic/G/death/den_death_59.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic021 sound/dialogue/generic/G/death/Dth_001a04.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic022 sound/dialogue/generic/G/death/Dth_001a06.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic023 sound/dialogue/generic/G/death/Dth_001a08.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic024 sound/dialogue/generic/G/death/Dth_001b02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic025 sound/dialogue/generic/G/death/Dth_001b05.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic026 sound/dialogue/generic/G/death/Dth_001c01.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic027 sound/dialogue/generic/G/death/Dth_001c02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic028 sound/dialogue/generic/G/death/Dth_001c03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic029 sound/dialogue/generic/G/death/Dth_001c07.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic030 sound/dialogue/generic/G/death/Dth_001c09.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic031 sound/dialogue/generic/G/death/Dth_001c13.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic032 sound/dialogue/generic/G/death/Dth_001c14.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic033 sound/dialogue/generic/G/death/Dth_001c15.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic034 sound/dialogue/generic/G/death/Dth_001c16.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic035 sound/dialogue/generic/G/death/Dth_001c17.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic036 sound/dialogue/generic/G/death/Dth_001c18.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic037 sound/dialogue/generic/G/death/Dth_001c22.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic038 sound/dialogue/generic/G/death/Dth_001c23.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic039 sound/dialogue/generic/G/death/Dth_001c24.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic040 sound/dialogue/generic/G/death/Dth_001c26.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " //alias snd_den_death_generic041 sound/dialogue/generic/G/death/Dth_001c27.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " //alias snd_den_death_generic042 sound/dialogue/generic/G/death/Dth_001c28.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " //alias snd_den_death_generic043 sound/dialogue/generic/G/death/Dth_001c29.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " //alias snd_den_death_generic044 sound/dialogue/generic/G/death/Dth_001c31.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic045 sound/dialogue/generic/G/death/Dth_001c32.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic046 sound/dialogue/generic/G/death/Dth_001d01.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic047 sound/dialogue/generic/G/death/Dth_001d02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic048 sound/dialogue/generic/G/death/Dth_001d03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic049 sound/dialogue/generic/G/death/Dth_001d04.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic050 sound/dialogue/generic/G/death/Dth_001d07.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic051 sound/dialogue/generic/G/death/Dth_001d08.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic052 sound/dialogue/generic/G/death/Dth_001d10.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic053 sound/dialogue/generic/G/death/Dth_001d11.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic054 sound/dialogue/generic/G/death/Dth_001d12.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic055 sound/dialogue/generic/G/death/Dth_001d13.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic056 sound/dialogue/generic/G/death/Dth_001d14.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic057 sound/dialogue/generic/G/death/Dth_001d15.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic058 sound/dialogue/generic/G/death/Dth_001d16.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic059 sound/dialogue/generic/G/death/Dth_001d17.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic060 sound/dialogue/generic/G/death/Dth_001d18.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic061 sound/dialogue/generic/G/death/Dth_001d20.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic062 sound/dialogue/generic/G/death/Dth_001d21.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic063 sound/dialogue/generic/G/death/Dth_001d24.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic064 sound/dialogue/generic/G/death/Dth_001d25.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic065 sound/dialogue/generic/G/death/Dth_001d26.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " //alias snd_den_death_generic066 sound/dialogue/generic/G/death/Dth_001d29.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic067 sound/dialogue/generic/G/death/Dth_001d30.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic068 sound/dialogue/generic/G/death/Dth_001e01.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic069 sound/dialogue/generic/G/death/Dth_001e03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic070 sound/dialogue/generic/G/death/Dth_001e06.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic071 sound/dialogue/generic/G/death/Dth_001e07.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic072 sound/dialogue/generic/G/death/Dth_001e08.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic073 sound/dialogue/generic/G/death/Dth_001e09.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic074 sound/dialogue/generic/G/death/Dth_001e13.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic075 sound/dialogue/generic/G/death/Dth_001e16.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic076 sound/dialogue/generic/G/death/Dth_001e18.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic077 sound/dialogue/generic/G/death/Dth_001f01.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic078 sound/dialogue/generic/G/death/Dth_001f12.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic079 sound/dialogue/generic/G/death/Dth_001f15.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic080 sound/dialogue/generic/G/death/Dth_001f17.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic081 sound/dialogue/generic/G/death/Dth_001f19.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic082 sound/dialogue/generic/G/death/Dth_001f20.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic083 sound/dialogue/generic/G/death/Dth_001f23.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic084 sound/dialogue/generic/G/death/Dth_001f24.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic085 sound/dialogue/generic/G/death/Dth_001f26.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic086 sound/dialogue/generic/G/death/Dth_001g01.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic087 sound/dialogue/generic/G/death/Dth_001g02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic088 sound/dialogue/generic/G/death/Dth_001g04.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic089 sound/dialogue/generic/G/death/Dth_001g05.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic090 sound/dialogue/generic/G/death/Dth_001g15.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic091 sound/dialogue/generic/G/death/Dth_001h02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic092 sound/dialogue/generic/G/death/Dth_001h03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic093 sound/dialogue/generic/G/death/Dth_001h05.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic094 sound/dialogue/generic/G/death/Dth_001h06.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic095 sound/dialogue/generic/G/death/Dth_001h09.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic096 sound/dialogue/generic/G/death/Dth_001h11.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic097 sound/dialogue/generic/G/death/Dth_001h12.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic098 sound/dialogue/generic/G/death/Dth_001h13.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic099 sound/dialogue/generic/G/death/Dth_001h14.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_death_generic100 sound/dialogue/Mission_1/Axis/den_death_GC5612tf1.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " alias snd_den_death_generic101 sound/dialogue/Mission_1/Axis/den_death_GC5612tf2.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " alias snd_den_death_generic102 sound/dialogue/Mission_1/Axis/den_death_GC5612tf3.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " alias snd_den_death_generic106 sound/dialogue/Mission_1/Axis/den_death_GS5917tk1.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " alias snd_den_death_generic107 sound/dialogue/Mission_1/Axis/den_death_GS5917tk3.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " alias snd_den_death_generic108 sound/dialogue/Mission_1/Axis/den_death_GS5917tk4.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " alias snd_den_death_generic109 sound/dialogue/Mission_1/Axis/den_death_GS5817tp1.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " alias snd_den_death_generic110 sound/dialogue/Mission_1/Axis/den_death_GS5817tp2.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " alias snd_den_death_generic111 sound/dialogue/Mission_1/Axis/den_death_GS5817tp3.mp3 soundparms 1.0 0.2 1.0 0.0 160 4000 dialog streamed maps "t " //================================= // AXIS PAIN - Updated 7/09/02 - ES //================================= // Randomly Generated Pain Sounds alias snd_den_pain_generic01 sound/dialogue/Generic/G/pain/den_damage_02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic02 sound/dialogue/Generic/G/pain/den_damage_03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic03 sound/dialogue/Generic/G/pain/den_damage_05.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic04 sound/dialogue/Generic/G/pain/den_damage_06.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic05 sound/dialogue/Generic/G/pain/den_damage_20.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic06 sound/dialogue/Generic/G/pain/den_damage_26.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic07 sound/dialogue/Generic/G/pain/den_damage_27.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic08 sound/dialogue/Generic/G/pain/den_damage_29.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic09 sound/dialogue/Generic/G/pain/den_damage_30.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic10 sound/dialogue/Generic/G/pain/den_damage_32.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic11 sound/dialogue/Generic/G/pain/den_damage_36.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic12 sound/dialogue/Generic/G/pain/den_damage_38.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic13 sound/dialogue/Generic/G/pain/den_damage_40.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic14 sound/dialogue/Generic/G/pain/den_damage_41.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic15 sound/dialogue/Generic/G/pain/den_damage_43.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic16 sound/dialogue/Generic/G/pain/den_damage_45.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic17 sound/dialogue/Generic/G/pain/den_damage_53.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic18 sound/dialogue/Generic/G/pain/den_damage_54.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic19 sound/dialogue/Generic/G/pain/den_damage_55.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic20 sound/dialogue/Generic/G/pain/den_damage_56.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic21 sound/dialogue/Generic/G/pain/den_damage_59.wav soundparms 1.2 0.1 0.9 0.2 60 800 dialog streamed maps "t2l3 " alias snd_den_pain_generic22 sound/dialogue/Generic/G/pain/den_damage_63.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic23 sound/dialogue/Generic/G/pain/den_damage_64.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic24 sound/dialogue/Generic/G/pain/den_damage_65.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic25 sound/dialogue/Generic/G/pain/den_damage_69.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic26 sound/dialogue/Generic/G/pain/den_damage_70.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic27 sound/dialogue/Generic/G/pain/Hit_001g.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic28 sound/dialogue/Generic/G/pain/Hit_003g.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic29 sound/dialogue/Generic/G/pain/Hit_006g.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic30 sound/dialogue/Generic/G/pain/Hit_009d.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic31 sound/dialogue/Generic/G/pain/Hit_014g.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic32 sound/dialogue/Generic/G/pain/Hit_015d.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic33 sound/dialogue/Generic/G/pain/Hit_G_001a.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic34 sound/dialogue/Generic/G/pain/Hit_G_003a.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic35 sound/dialogue/Generic/G/pain/Hit_G_003f.WAV soundparms 1.2 0.1 0.9 0.2 60 800 dialog streamed maps "t2l3 " alias snd_den_pain_generic36 sound/dialogue/Generic/G/pain/Hit_G_003h.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic37 sound/dialogue/Generic/G/pain/Hit_G_005a.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic38 sound/dialogue/Generic/G/pain/Hit_G_006a.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic39 sound/dialogue/Generic/G/pain/Hit_G_006h.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic40 sound/dialogue/Generic/G/pain/Hit_G_007h.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic41 sound/dialogue/Generic/G/pain/Hit_G_008h.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic42 sound/dialogue/Generic/G/pain/Hit_G_010h.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic43 sound/dialogue/Generic/G/pain/Hit_G_018a01.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic44 sound/dialogue/Generic/G/pain/Hit_G_018a03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic45 sound/dialogue/Generic/G/pain/Hit_G_018a06.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic46 sound/dialogue/Generic/G/pain/Hit_G_018a11.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic47 sound/dialogue/Generic/G/pain/Hit_G_018b02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic48 sound/dialogue/Generic/G/pain/Hit_G_018b03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic49 sound/dialogue/Generic/G/pain/Hit_G_018b05.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic50 sound/dialogue/Generic/G/pain/Hit_G_018b06.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic51 sound/dialogue/Generic/G/pain/Hit_G_018b07.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic52 sound/dialogue/Generic/G/pain/Hit_G_018b09.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic53 sound/dialogue/Generic/G/pain/Hit_G_018b15.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic54 sound/dialogue/Generic/G/pain/Hit_G_018b16.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic55 sound/dialogue/Generic/G/pain/Hit_G_018b17.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic56 sound/dialogue/Generic/G/pain/Hit_G_018c02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic57 sound/dialogue/Generic/G/pain/Hit_G_018c03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic58 sound/dialogue/Generic/G/pain/Hit_G_018c04.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic59 sound/dialogue/Generic/G/pain/Hit_G_018c07.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic60 sound/dialogue/Generic/G/pain/Hit_G_018c08.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic61 sound/dialogue/Generic/G/pain/Hit_G_018c10.wav soundparms 1.2 0.1 0.9 0.2 60 800 dialog streamed maps "t2l3 " alias snd_den_pain_generic62 sound/dialogue/Generic/G/pain/Hit_G_018c11.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic63 sound/dialogue/Generic/G/pain/Hit_G_018c17.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic64 sound/dialogue/Generic/G/pain/Hit_G_018c18.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic65 sound/dialogue/Generic/G/pain/Hit_G_018c22.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic66 sound/dialogue/Generic/G/pain/Hit_G_018c24.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic67 sound/dialogue/Generic/G/pain/Hit_G_018d01.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic68 sound/dialogue/Generic/G/pain/Hit_G_018d03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic69 sound/dialogue/Generic/G/pain/Hit_G_018d04.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic70 sound/dialogue/Generic/G/pain/Hit_G_018d05.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic71 sound/dialogue/Generic/G/pain/Hit_G_018d07.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic72 sound/dialogue/Generic/G/pain/Hit_G_018d08.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic73 sound/dialogue/Generic/G/pain/Hit_G_018e02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic74 sound/dialogue/Generic/G/pain/Hit_G_018e03.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic75 sound/dialogue/Generic/G/pain/Hit_G_018e05.wav soundparms 1.2 0.1 0.9 0.2 60 800 dialog streamed maps "t2l3 " alias snd_den_pain_generic76 sound/dialogue/Generic/G/pain/Hit_G_018e07.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic77 sound/dialogue/Generic/G/pain/Hit_G_018e09.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic78 sound/dialogue/Generic/G/pain/Hit_G_018e10.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic79 sound/dialogue/Generic/G/pain/Hit_G_018e12.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic80 sound/dialogue/Generic/G/pain/Hit_G_018e13.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic81 sound/dialogue/Generic/G/pain/Hit_G_018e14.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic82 sound/dialogue/Generic/G/pain/Hit_G_018e15.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic83 sound/dialogue/Generic/G/pain/Hit_G_018e16.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic84 sound/dialogue/Generic/G/pain/Hit_G_018e17.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic85 sound/dialogue/Generic/G/pain/Hit_G_018e19.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic86 sound/dialogue/Generic/G/pain/Hit_G_018e20.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic87 sound/dialogue/Generic/G/pain/Hit_G_018e21.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic88 sound/dialogue/Generic/G/pain/Hit_G_018e22.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic89 sound/dialogue/Generic/G/pain/Hit_G_018e23.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic90 sound/dialogue/Generic/G/pain/Hit_G_018e24.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic91 sound/dialogue/Generic/G/pain/Hit_G_018e25.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic92 sound/dialogue/Generic/G/pain/Hit_G_018e26.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic93 sound/dialogue/Generic/G/pain/Hit_G_018f02.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic94 sound/dialogue/Generic/G/pain/Hit_G_018f04.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic95 sound/dialogue/Generic/G/pain/Hit_G_018f05.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic96 sound/dialogue/Generic/G/pain/Hit_G_018f06.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic97 sound/dialogue/Generic/G/pain/Hit_G_018f07.wav soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " alias snd_den_pain_generic98 sound/dialogue/Generic/G/pain/Hit_O_005e.WAV soundparms 1.2 0.1 0.9 0.2 60 800 dialog streamed maps "t2l3 " alias snd_den_pain_generic99 sound/dialogue/Generic/G/pain/Hit_O_006e.WAV soundparms 1.2 0.1 0.9 0.1 160 4000 dialog streamed maps "t " //===================================================== // AXIS CURIOUS 1 - DOESN'T KNOW - Updated 7/09/02 - ES //===================================================== //Alias den_curious1_10a alias den_curious1_10a01 sound/dialogue/Generic/G/curious/CurD_G_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a02 sound/dialogue/Generic/G/curious/CurD_G_001b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a03 sound/dialogue/Generic/G/curious/CurD_G_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a04 sound/dialogue/Generic/G/curious/CurD_G_002b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a05 sound/dialogue/Generic/G/curious/CurD_G_004a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a06 sound/dialogue/Generic/G/curious/CurD_G_004b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a07 sound/dialogue/Generic/G/curious/CurD_G_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a08 sound/dialogue/Generic/G/curious/CurD_G_005b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a09 sound/dialogue/Generic/G/curious/CurD_G_006a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a10 sound/dialogue/Generic/G/curious/CurD_G_007a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a11 sound/dialogue/Generic/G/curious/CurD_G_007b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a12 sound/dialogue/Generic/G/curious/CurD_G_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a13 sound/dialogue/Generic/G/curious/CurD_G_008b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a14 sound/dialogue/Generic/G/curious/CurD_G_009b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a15 sound/dialogue/Generic/G/curious/CurD_G_010b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a16 sound/dialogue/Generic/G/curious/CurD_G_011a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a17 sound/dialogue/Generic/G/curious/CurD_G_011b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a18 sound/dialogue/Generic/G/curious/CurD_G_012b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a19 sound/dialogue/Generic/G/curious/CurD_G_013a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a20 sound/dialogue/Generic/G/curious/CurD_O_003a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a21 sound/dialogue/Generic/G/curious/CurD_O_004a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a22 sound/dialogue/Generic/G/curious/CurD_O_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a23 sound/dialogue/Generic/G/curious/CurD_O_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a24 sound/dialogue/Generic/G/curious/CurD_O_009a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a25 sound/dialogue/Generic/G/curious/CurD_O_010a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a26 sound/dialogue/Generic/G/curious/CurD_O_011a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a27 sound/dialogue/Generic/G/curious/CurD_O_013a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a28 sound/dialogue/Generic/G/curious/CurD_O_014a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a29 sound/dialogue/Generic/G/curious/den_curious1_01d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a30 sound/dialogue/Generic/G/curious/den_curious1_02a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a31 sound/dialogue/Generic/G/curious/den_curious1_03d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a32 sound/dialogue/Generic/G/curious/den_curious1_04d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a33 sound/dialogue/Generic/G/curious/den_curious1_05d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a34 sound/dialogue/Generic/G/curious/den_curious1_08b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a35 sound/dialogue/Generic/G/curious/den_curious1_09b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a36 sound/dialogue/Generic/G/curious/den_curious1_10b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a37 sound/dialogue/Generic/G/curious/den_curious1_11b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a38 sound/dialogue/Generic/G/curious/den_curious1_12b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a39 sound/dialogue/Generic/G/curious/den_curious1_13b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a40 sound/dialogue/Generic/G/curious/den_curious1_14d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a41 sound/dialogue/Generic/G/curious/den_curious1_15b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_10a42 sound/dialogue/Generic/G/curious/den_curious1_15d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " //Alias den_curious1_11b alias den_curious1_11b01 sound/dialogue/Generic/G/curious/CurD_G_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b02 sound/dialogue/Generic/G/curious/CurD_G_001b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b03 sound/dialogue/Generic/G/curious/CurD_G_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b04 sound/dialogue/Generic/G/curious/CurD_G_002b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b05 sound/dialogue/Generic/G/curious/CurD_G_004a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b06 sound/dialogue/Generic/G/curious/CurD_G_004b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b07 sound/dialogue/Generic/G/curious/CurD_G_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b08 sound/dialogue/Generic/G/curious/CurD_G_005b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b09 sound/dialogue/Generic/G/curious/CurD_G_006a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b10 sound/dialogue/Generic/G/curious/CurD_G_007a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b11 sound/dialogue/Generic/G/curious/CurD_G_007b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b12 sound/dialogue/Generic/G/curious/CurD_G_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b13 sound/dialogue/Generic/G/curious/CurD_G_008b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b14 sound/dialogue/Generic/G/curious/CurD_G_009b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b15 sound/dialogue/Generic/G/curious/CurD_G_010b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b16 sound/dialogue/Generic/G/curious/CurD_G_011a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b17 sound/dialogue/Generic/G/curious/CurD_G_011b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b18 sound/dialogue/Generic/G/curious/CurD_G_012b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b19 sound/dialogue/Generic/G/curious/CurD_G_013a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b20 sound/dialogue/Generic/G/curious/CurD_O_003a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b21 sound/dialogue/Generic/G/curious/CurD_O_004a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b22 sound/dialogue/Generic/G/curious/CurD_O_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b23 sound/dialogue/Generic/G/curious/CurD_O_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b24 sound/dialogue/Generic/G/curious/CurD_O_009a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b25 sound/dialogue/Generic/G/curious/CurD_O_010a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b26 sound/dialogue/Generic/G/curious/CurD_O_011a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b27 sound/dialogue/Generic/G/curious/CurD_O_013a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b28 sound/dialogue/Generic/G/curious/CurD_O_014a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b29 sound/dialogue/Generic/G/curious/den_curious1_01d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b30 sound/dialogue/Generic/G/curious/den_curious1_02a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b31 sound/dialogue/Generic/G/curious/den_curious1_03d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b32 sound/dialogue/Generic/G/curious/den_curious1_04d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b33 sound/dialogue/Generic/G/curious/den_curious1_05d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b34 sound/dialogue/Generic/G/curious/den_curious1_08b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b35 sound/dialogue/Generic/G/curious/den_curious1_09b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b36 sound/dialogue/Generic/G/curious/den_curious1_10b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b37 sound/dialogue/Generic/G/curious/den_curious1_11b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b38 sound/dialogue/Generic/G/curious/den_curious1_12b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b39 sound/dialogue/Generic/G/curious/den_curious1_13b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b40 sound/dialogue/Generic/G/curious/den_curious1_14d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b41 sound/dialogue/Generic/G/curious/den_curious1_15b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_11b42 sound/dialogue/Generic/G/curious/den_curious1_15d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " //============================================== // AXIS CURIOUS 2 - KNOWS - Updated 7/09/02 - ES //============================================== //Alias den_curious1_08b alias den_curious1_08b01 sound/dialogue/Generic/G/curious/CurK_G_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b02 sound/dialogue/Generic/G/curious/CurK_G_001b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b03 sound/dialogue/Generic/G/curious/CurK_G_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b04 sound/dialogue/Generic/G/curious/CurK_G_002b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b05 sound/dialogue/Generic/G/curious/CurK_G_003a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b06 sound/dialogue/Generic/G/curious/CurK_G_004b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b07 sound/dialogue/Generic/G/curious/CurK_G_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b08 sound/dialogue/Generic/G/curious/CurK_G_005b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b09 sound/dialogue/Generic/G/curious/CurK_G_006a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b10 sound/dialogue/Generic/G/curious/CurK_G_006b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b11 sound/dialogue/Generic/G/curious/CurK_G_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b12 sound/dialogue/Generic/G/curious/CurK_G_008b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b13 sound/dialogue/Generic/G/curious/CurK_G_009a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b14 sound/dialogue/Generic/G/curious/CurK_G_009b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b15 sound/dialogue/Generic/G/curious/CurK_G_010a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b16 sound/dialogue/Generic/G/curious/CurK_O_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b17 sound/dialogue/Generic/G/curious/CurK_O_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b18 sound/dialogue/Generic/G/curious/CurK_O_003a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b19 sound/dialogue/Generic/G/curious/CurK_O_004a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b20 sound/dialogue/Generic/G/curious/CurK_O_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b21 sound/dialogue/Generic/G/curious/CurK_O_006a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b22 sound/dialogue/Generic/G/curious/CurK_O_007a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b23 sound/dialogue/Generic/G/curious/CurK_O_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b24 sound/dialogue/Generic/G/curious/CurK_O_009a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b25 sound/dialogue/Generic/G/curious/CurK_O_010a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b26 sound/dialogue/Generic/G/curious/CurK_O_012a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b27 sound/dialogue/Generic/G/curious/den_curious2_01d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b28 sound/dialogue/Generic/G/curious/den_curious2_02d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b29 sound/dialogue/Generic/G/curious/den_curious2_03d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b30 sound/dialogue/Generic/G/curious/den_curious2_04d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b31 sound/dialogue/Generic/G/curious/den_curious2_05d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b32 sound/dialogue/Generic/G/curious/den_curious2_06d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b33 sound/dialogue/Generic/G/curious/den_curious2_07d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b34 sound/dialogue/Generic/G/curious/den_curious2_08b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b35 sound/dialogue/Generic/G/curious/den_curious2_08d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b36 sound/dialogue/Generic/G/curious/den_curious2_09b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b37 sound/dialogue/Generic/G/curious/den_curious2_10b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b38 sound/dialogue/Generic/G/curious/den_curious2_10d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b39 sound/dialogue/Generic/G/curious/den_curious2_11b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b40 sound/dialogue/Generic/G/curious/den_curious2_11d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b41 sound/dialogue/Generic/G/curious/den_curious2_12b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b42 sound/dialogue/Generic/G/curious/den_curious2_13b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b43 sound/dialogue/Generic/G/curious/den_curious2_13d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b44 sound/dialogue/Generic/G/curious/den_curious2_14b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_08b45 sound/dialogue/Generic/G/curious/den_curious2_14d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " //Alias den_curious1_12d alias den_curious1_12d01 sound/dialogue/Generic/G/curious/CurK_G_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d02 sound/dialogue/Generic/G/curious/CurK_G_001b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d03 sound/dialogue/Generic/G/curious/CurK_G_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d04 sound/dialogue/Generic/G/curious/CurK_G_002b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d05 sound/dialogue/Generic/G/curious/CurK_G_003a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d06 sound/dialogue/Generic/G/curious/CurK_G_004b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d07 sound/dialogue/Generic/G/curious/CurK_G_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d08 sound/dialogue/Generic/G/curious/CurK_G_005b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d09 sound/dialogue/Generic/G/curious/CurK_G_006a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d10 sound/dialogue/Generic/G/curious/CurK_G_006b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d11 sound/dialogue/Generic/G/curious/CurK_G_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d12 sound/dialogue/Generic/G/curious/CurK_G_008b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d13 sound/dialogue/Generic/G/curious/CurK_G_009a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d14 sound/dialogue/Generic/G/curious/CurK_G_009b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d15 sound/dialogue/Generic/G/curious/CurK_G_010a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d16 sound/dialogue/Generic/G/curious/CurK_O_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d17 sound/dialogue/Generic/G/curious/CurK_O_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d18 sound/dialogue/Generic/G/curious/CurK_O_003a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d19 sound/dialogue/Generic/G/curious/CurK_O_004a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d20 sound/dialogue/Generic/G/curious/CurK_O_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d21 sound/dialogue/Generic/G/curious/CurK_O_006a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d22 sound/dialogue/Generic/G/curious/CurK_O_007a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d23 sound/dialogue/Generic/G/curious/CurK_O_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d24 sound/dialogue/Generic/G/curious/CurK_O_009a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d25 sound/dialogue/Generic/G/curious/CurK_O_010a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d26 sound/dialogue/Generic/G/curious/CurK_O_012a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d27 sound/dialogue/Generic/G/curious/den_curious2_01d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d28 sound/dialogue/Generic/G/curious/den_curious2_02d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d29 sound/dialogue/Generic/G/curious/den_curious2_03d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d30 sound/dialogue/Generic/G/curious/den_curious2_04d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d31 sound/dialogue/Generic/G/curious/den_curious2_05d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d32 sound/dialogue/Generic/G/curious/den_curious2_06d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d33 sound/dialogue/Generic/G/curious/den_curious2_07d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d34 sound/dialogue/Generic/G/curious/den_curious2_08b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d35 sound/dialogue/Generic/G/curious/den_curious2_08d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d36 sound/dialogue/Generic/G/curious/den_curious2_09b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d37 sound/dialogue/Generic/G/curious/den_curious2_10b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d38 sound/dialogue/Generic/G/curious/den_curious2_10d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d39 sound/dialogue/Generic/G/curious/den_curious2_11b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d40 sound/dialogue/Generic/G/curious/den_curious2_11d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d41 sound/dialogue/Generic/G/curious/den_curious2_12b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d42 sound/dialogue/Generic/G/curious/den_curious2_13b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d43 sound/dialogue/Generic/G/curious/den_curious2_13d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d44 sound/dialogue/Generic/G/curious/den_curious2_14b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_12d45 sound/dialogue/Generic/G/curious/den_curious2_14d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " //Alias den_curious1_09d alias den_curious1_09d01 sound/dialogue/Generic/G/curious/CurK_G_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d02 sound/dialogue/Generic/G/curious/CurK_G_001b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d03 sound/dialogue/Generic/G/curious/CurK_G_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d04 sound/dialogue/Generic/G/curious/CurK_G_002b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d05 sound/dialogue/Generic/G/curious/CurK_G_003a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d06 sound/dialogue/Generic/G/curious/CurK_G_004b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d07 sound/dialogue/Generic/G/curious/CurK_G_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d08 sound/dialogue/Generic/G/curious/CurK_G_005b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d09 sound/dialogue/Generic/G/curious/CurK_G_006a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d10 sound/dialogue/Generic/G/curious/CurK_G_006b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d11 sound/dialogue/Generic/G/curious/CurK_G_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d12 sound/dialogue/Generic/G/curious/CurK_G_008b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d13 sound/dialogue/Generic/G/curious/CurK_G_009a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d14 sound/dialogue/Generic/G/curious/CurK_G_009b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d15 sound/dialogue/Generic/G/curious/CurK_G_010a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d16 sound/dialogue/Generic/G/curious/CurK_O_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d17 sound/dialogue/Generic/G/curious/CurK_O_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d18 sound/dialogue/Generic/G/curious/CurK_O_003a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d19 sound/dialogue/Generic/G/curious/CurK_O_004a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d20 sound/dialogue/Generic/G/curious/CurK_O_005a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d21 sound/dialogue/Generic/G/curious/CurK_O_006a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d22 sound/dialogue/Generic/G/curious/CurK_O_007a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d23 sound/dialogue/Generic/G/curious/CurK_O_008a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d24 sound/dialogue/Generic/G/curious/CurK_O_009a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d25 sound/dialogue/Generic/G/curious/CurK_O_010a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d26 sound/dialogue/Generic/G/curious/CurK_O_012a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d27 sound/dialogue/Generic/G/curious/den_curious2_01d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d28 sound/dialogue/Generic/G/curious/den_curious2_02d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d29 sound/dialogue/Generic/G/curious/den_curious2_03d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d30 sound/dialogue/Generic/G/curious/den_curious2_04d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d31 sound/dialogue/Generic/G/curious/den_curious2_05d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d32 sound/dialogue/Generic/G/curious/den_curious2_06d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d33 sound/dialogue/Generic/G/curious/den_curious2_07d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d34 sound/dialogue/Generic/G/curious/den_curious2_08b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d35 sound/dialogue/Generic/G/curious/den_curious2_08d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d36 sound/dialogue/Generic/G/curious/den_curious2_09b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d37 sound/dialogue/Generic/G/curious/den_curious2_10b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d38 sound/dialogue/Generic/G/curious/den_curious2_10d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d39 sound/dialogue/Generic/G/curious/den_curious2_11b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d40 sound/dialogue/Generic/G/curious/den_curious2_11d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d41 sound/dialogue/Generic/G/curious/den_curious2_12b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d42 sound/dialogue/Generic/G/curious/den_curious2_13b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d43 sound/dialogue/Generic/G/curious/den_curious2_13d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d44 sound/dialogue/Generic/G/curious/den_curious2_14b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_curious1_09d45 sound/dialogue/Generic/G/curious/den_curious2_14d.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " //================================================== // AXIS SIGHTED, ALARM, ALERT - Updated 7/09/02 - ES //================================================== // Alias den_alarm_09a alias den_alarm_09a01 sound/dialogue/Generic/G/sighted/Alt_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a02 sound/dialogue/Generic/G/sighted/Alt_G_001e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a03 sound/dialogue/Generic/G/sighted/Alt_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a04 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a05 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a06 sound/dialogue/Generic/G/sighted/Alt_O_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a07 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a08 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a09 sound/dialogue/Generic/G/sighted/den_alarm_01d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a10 sound/dialogue/Generic/G/sighted/den_alarm_01e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a11 sound/dialogue/Generic/G/sighted/den_alarm_04e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a12 sound/dialogue/Generic/G/sighted/den_alarm_05e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a13 sound/dialogue/Generic/G/sighted/den_alarm_08d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a14 sound/dialogue/Generic/G/sighted/den_alarm_09d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a15 sound/dialogue/Generic/G/sighted/den_alarm_10a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a16 sound/dialogue/Generic/G/sighted/den_alarm_10d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a17 sound/dialogue/Generic/G/sighted/den_alarm_11a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a18 sound/dialogue/Generic/G/sighted/den_alarm_11d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a19 sound/dialogue/Generic/G/sighted/den_alarm_12a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a20 sound/dialogue/Generic/G/sighted/den_alarm_12d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a21 sound/dialogue/Generic/G/sighted/den_alarm_13d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a22 sound/dialogue/Generic/G/sighted/Sig_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a23 sound/dialogue/Generic/G/sighted/Sig_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a24 sound/dialogue/Generic/G/sighted/Sig_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a25 sound/dialogue/Generic/G/sighted/Sig_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a26 sound/dialogue/Generic/G/sighted/Sig_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a27 sound/dialogue/Generic/G/sighted/Sig_004b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a28 sound/dialogue/Generic/G/sighted/Sig_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a29 sound/dialogue/Generic/G/sighted/Sig_008a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a30 sound/dialogue/Generic/G/sighted/Sig_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a31 sound/dialogue/Generic/G/sighted/Sig_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a32 sound/dialogue/Generic/G/sighted/Sig_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a33 sound/dialogue/Generic/G/sighted/Sig_010b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a34 sound/dialogue/Generic/G/sighted/Sig_011b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a35 sound/dialogue/Generic/G/sighted/Sig_012b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a36 sound/dialogue/Generic/G/sighted/Sig_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a37 sound/dialogue/Generic/G/sighted/Sig_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a38 sound/dialogue/Generic/G/sighted/Sig_014b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a39 sound/dialogue/Generic/G/sighted/Sig_015a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a40 sound/dialogue/Generic/G/sighted/Sig_015b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a41 sound/dialogue/Generic/G/sighted/Sig_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a42 sound/dialogue/Generic/G/sighted/Sig_017b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a43 sound/dialogue/Generic/G/disguise/den_disguise_079a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a44 sound/dialogue/Generic/G/disguise/den_disguise_079b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a45 sound/dialogue/Generic/G/disguise/den_disguise_079f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a46 sound/dialogue/Generic/G/disguise/den_disguise_079p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a47 sound/dialogue/Generic/G/disguise/den_disguise_079q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a48 sound/dialogue/Generic/G/disguise/den_disguise_079r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a49 sound/dialogue/Generic/G/disguise/den_disguise_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a50 sound/dialogue/Generic/G/disguise/den_disguise_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a51 sound/dialogue/Generic/G/disguise/den_disguise_041f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a52 sound/dialogue/Generic/G/disguise/den_disguise_041p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a53 sound/dialogue/Generic/G/disguise/den_disguise_041q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a54 sound/dialogue/Generic/G/disguise/den_disguise_041r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a55 sound/dialogue/Generic/G/disguise/den_disguise_045a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a56 sound/dialogue/Generic/G/disguise/den_disguise_045b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a57 sound/dialogue/Generic/G/disguise/den_disguise_045f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a58 sound/dialogue/Generic/G/disguise/den_disguise_045p.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a59 sound/dialogue/Generic/G/disguise/den_disguise_045q.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a60 sound/dialogue/Generic/G/disguise/den_disguise_045r.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a71 sound/dialogue/Generic/G/disguise/den_disguise_039a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a72 sound/dialogue/Generic/G/disguise/den_disguise_039b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a73 sound/dialogue/Generic/G/disguise/den_disguise_039f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a74 sound/dialogue/Generic/G/disguise/den_disguise_039p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a75 sound/dialogue/Generic/G/disguise/den_disguise_039q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_09a76 sound/dialogue/Generic/G/disguise/den_disguise_039r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_alarm_12a alias den_alarm_12a01 sound/dialogue/Generic/G/sighted/Alt_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a02 sound/dialogue/Generic/G/sighted/Alt_G_001e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a03 sound/dialogue/Generic/G/sighted/Alt_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a04 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a05 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a06 sound/dialogue/Generic/G/sighted/Alt_O_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a07 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a08 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a09 sound/dialogue/Generic/G/sighted/den_alarm_01d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a10 sound/dialogue/Generic/G/sighted/den_alarm_01e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a11 sound/dialogue/Generic/G/sighted/den_alarm_04e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a12 sound/dialogue/Generic/G/sighted/den_alarm_05e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a13 sound/dialogue/Generic/G/sighted/den_alarm_08d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a14 sound/dialogue/Generic/G/sighted/den_alarm_09d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a15 sound/dialogue/Generic/G/sighted/den_alarm_10a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a16 sound/dialogue/Generic/G/sighted/den_alarm_10d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a17 sound/dialogue/Generic/G/sighted/den_alarm_11a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a18 sound/dialogue/Generic/G/sighted/den_alarm_11d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a19 sound/dialogue/Generic/G/sighted/den_alarm_12a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a20 sound/dialogue/Generic/G/sighted/den_alarm_12d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a21 sound/dialogue/Generic/G/sighted/den_alarm_13d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a22 sound/dialogue/Generic/G/sighted/Sig_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a23 sound/dialogue/Generic/G/sighted/Sig_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a24 sound/dialogue/Generic/G/sighted/Sig_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a25 sound/dialogue/Generic/G/sighted/Sig_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a26 sound/dialogue/Generic/G/sighted/Sig_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a27 sound/dialogue/Generic/G/sighted/Sig_004b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a28 sound/dialogue/Generic/G/sighted/Sig_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a29 sound/dialogue/Generic/G/sighted/Sig_008a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a30 sound/dialogue/Generic/G/sighted/Sig_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a31 sound/dialogue/Generic/G/sighted/Sig_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a32 sound/dialogue/Generic/G/sighted/Sig_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a33 sound/dialogue/Generic/G/sighted/Sig_010b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a34 sound/dialogue/Generic/G/sighted/Sig_011b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a35 sound/dialogue/Generic/G/sighted/Sig_012b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a36 sound/dialogue/Generic/G/sighted/Sig_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a37 sound/dialogue/Generic/G/sighted/Sig_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a38 sound/dialogue/Generic/G/sighted/Sig_014b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a39 sound/dialogue/Generic/G/sighted/Sig_015a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a40 sound/dialogue/Generic/G/sighted/Sig_015b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a41 sound/dialogue/Generic/G/sighted/Sig_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a42 sound/dialogue/Generic/G/sighted/Sig_017b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a43 sound/dialogue/Generic/G/disguise/den_disguise_079a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a44 sound/dialogue/Generic/G/disguise/den_disguise_079b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a45 sound/dialogue/Generic/G/disguise/den_disguise_079f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a46 sound/dialogue/Generic/G/disguise/den_disguise_079p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a47 sound/dialogue/Generic/G/disguise/den_disguise_079q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a48 sound/dialogue/Generic/G/disguise/den_disguise_079r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a49 sound/dialogue/Generic/G/disguise/den_disguise_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a50 sound/dialogue/Generic/G/disguise/den_disguise_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a51 sound/dialogue/Generic/G/disguise/den_disguise_041f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a52 sound/dialogue/Generic/G/disguise/den_disguise_041p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a53 sound/dialogue/Generic/G/disguise/den_disguise_041q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a54 sound/dialogue/Generic/G/disguise/den_disguise_041r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a55 sound/dialogue/Generic/G/disguise/den_disguise_045a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a56 sound/dialogue/Generic/G/disguise/den_disguise_045b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a57 sound/dialogue/Generic/G/disguise/den_disguise_045f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a58 sound/dialogue/Generic/G/disguise/den_disguise_045p.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a59 sound/dialogue/Generic/G/disguise/den_disguise_045q.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a60 sound/dialogue/Generic/G/disguise/den_disguise_045r.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a71 sound/dialogue/Generic/G/disguise/den_disguise_039a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a72 sound/dialogue/Generic/G/disguise/den_disguise_039b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a73 sound/dialogue/Generic/G/disguise/den_disguise_039f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a74 sound/dialogue/Generic/G/disguise/den_disguise_039p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a75 sound/dialogue/Generic/G/disguise/den_disguise_039q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_12a76 sound/dialogue/Generic/G/disguise/den_disguise_039r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " // Alias den_alarm_01c alias den_alarm_01c01 sound/dialogue/Generic/G/sighted/Alt_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c02 sound/dialogue/Generic/G/sighted/Alt_G_001e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c03 sound/dialogue/Generic/G/sighted/Alt_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c04 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c05 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c06 sound/dialogue/Generic/G/sighted/Alt_O_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c07 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c08 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c09 sound/dialogue/Generic/G/sighted/den_alarm_01d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c10 sound/dialogue/Generic/G/sighted/den_alarm_01e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c11 sound/dialogue/Generic/G/sighted/den_alarm_04e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c12 sound/dialogue/Generic/G/sighted/den_alarm_05e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c13 sound/dialogue/Generic/G/sighted/den_alarm_08d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c14 sound/dialogue/Generic/G/sighted/den_alarm_09d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c15 sound/dialogue/Generic/G/sighted/den_alarm_10a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c16 sound/dialogue/Generic/G/sighted/den_alarm_10d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c17 sound/dialogue/Generic/G/sighted/den_alarm_11a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c18 sound/dialogue/Generic/G/sighted/den_alarm_11d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c19 sound/dialogue/Generic/G/sighted/den_alarm_12a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c20 sound/dialogue/Generic/G/sighted/den_alarm_12d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c21 sound/dialogue/Generic/G/sighted/den_alarm_13d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c22 sound/dialogue/Generic/G/sighted/Sig_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c23 sound/dialogue/Generic/G/sighted/Sig_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c24 sound/dialogue/Generic/G/sighted/Sig_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c25 sound/dialogue/Generic/G/sighted/Sig_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c26 sound/dialogue/Generic/G/sighted/Sig_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c27 sound/dialogue/Generic/G/sighted/Sig_004b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c28 sound/dialogue/Generic/G/sighted/Sig_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c29 sound/dialogue/Generic/G/sighted/Sig_008a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c30 sound/dialogue/Generic/G/sighted/Sig_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c31 sound/dialogue/Generic/G/sighted/Sig_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c32 sound/dialogue/Generic/G/sighted/Sig_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c33 sound/dialogue/Generic/G/sighted/Sig_010b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c34 sound/dialogue/Generic/G/sighted/Sig_011b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c35 sound/dialogue/Generic/G/sighted/Sig_012b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c36 sound/dialogue/Generic/G/sighted/Sig_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c37 sound/dialogue/Generic/G/sighted/Sig_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c38 sound/dialogue/Generic/G/sighted/Sig_014b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c39 sound/dialogue/Generic/G/sighted/Sig_015a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c40 sound/dialogue/Generic/G/sighted/Sig_015b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c41 sound/dialogue/Generic/G/sighted/Sig_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c42 sound/dialogue/Generic/G/sighted/Sig_017b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c43 sound/dialogue/Generic/G/disguise/den_disguise_079a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c44 sound/dialogue/Generic/G/disguise/den_disguise_079b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c45 sound/dialogue/Generic/G/disguise/den_disguise_079f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c46 sound/dialogue/Generic/G/disguise/den_disguise_079p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c47 sound/dialogue/Generic/G/disguise/den_disguise_079q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c48 sound/dialogue/Generic/G/disguise/den_disguise_079r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c49 sound/dialogue/Generic/G/disguise/den_disguise_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c50 sound/dialogue/Generic/G/disguise/den_disguise_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c51 sound/dialogue/Generic/G/disguise/den_disguise_041f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c52 sound/dialogue/Generic/G/disguise/den_disguise_041p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c53 sound/dialogue/Generic/G/disguise/den_disguise_041q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c54 sound/dialogue/Generic/G/disguise/den_disguise_041r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c55 sound/dialogue/Generic/G/disguise/den_disguise_045a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c56 sound/dialogue/Generic/G/disguise/den_disguise_045b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c57 sound/dialogue/Generic/G/disguise/den_disguise_045f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c58 sound/dialogue/Generic/G/disguise/den_disguise_045p.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c59 sound/dialogue/Generic/G/disguise/den_disguise_045q.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c60 sound/dialogue/Generic/G/disguise/den_disguise_045r.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c71 sound/dialogue/Generic/G/disguise/den_disguise_039a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c72 sound/dialogue/Generic/G/disguise/den_disguise_039b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c73 sound/dialogue/Generic/G/disguise/den_disguise_039f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c74 sound/dialogue/Generic/G/disguise/den_disguise_039p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c75 sound/dialogue/Generic/G/disguise/den_disguise_039q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01c76 sound/dialogue/Generic/G/disguise/den_disguise_039r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_alarm_04c alias den_alarm_04c01 sound/dialogue/Generic/G/sighted/Alt_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c02 sound/dialogue/Generic/G/sighted/Alt_G_001e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c03 sound/dialogue/Generic/G/sighted/Alt_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c04 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c05 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c06 sound/dialogue/Generic/G/sighted/Alt_O_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c07 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c08 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c09 sound/dialogue/Generic/G/sighted/den_alarm_01d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c10 sound/dialogue/Generic/G/sighted/den_alarm_01e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c11 sound/dialogue/Generic/G/sighted/den_alarm_04e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c12 sound/dialogue/Generic/G/sighted/den_alarm_05e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c13 sound/dialogue/Generic/G/sighted/den_alarm_08d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c14 sound/dialogue/Generic/G/sighted/den_alarm_09d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c15 sound/dialogue/Generic/G/sighted/den_alarm_10a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c16 sound/dialogue/Generic/G/sighted/den_alarm_10d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c17 sound/dialogue/Generic/G/sighted/den_alarm_11a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c18 sound/dialogue/Generic/G/sighted/den_alarm_11d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c19 sound/dialogue/Generic/G/sighted/den_alarm_12a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c20 sound/dialogue/Generic/G/sighted/den_alarm_12d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c21 sound/dialogue/Generic/G/sighted/den_alarm_13d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c22 sound/dialogue/Generic/G/sighted/Sig_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c23 sound/dialogue/Generic/G/sighted/Sig_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c24 sound/dialogue/Generic/G/sighted/Sig_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c25 sound/dialogue/Generic/G/sighted/Sig_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c26 sound/dialogue/Generic/G/sighted/Sig_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c27 sound/dialogue/Generic/G/sighted/Sig_004b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c28 sound/dialogue/Generic/G/sighted/Sig_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c29 sound/dialogue/Generic/G/sighted/Sig_008a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c30 sound/dialogue/Generic/G/sighted/Sig_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c31 sound/dialogue/Generic/G/sighted/Sig_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c32 sound/dialogue/Generic/G/sighted/Sig_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c33 sound/dialogue/Generic/G/sighted/Sig_010b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c34 sound/dialogue/Generic/G/sighted/Sig_011b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c35 sound/dialogue/Generic/G/sighted/Sig_012b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c36 sound/dialogue/Generic/G/sighted/Sig_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c37 sound/dialogue/Generic/G/sighted/Sig_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c38 sound/dialogue/Generic/G/sighted/Sig_014b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c39 sound/dialogue/Generic/G/sighted/Sig_015a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c40 sound/dialogue/Generic/G/sighted/Sig_015b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c41 sound/dialogue/Generic/G/sighted/Sig_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c42 sound/dialogue/Generic/G/sighted/Sig_017b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c43 sound/dialogue/Generic/G/disguise/den_disguise_079a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c44 sound/dialogue/Generic/G/disguise/den_disguise_079b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c45 sound/dialogue/Generic/G/disguise/den_disguise_079f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c46 sound/dialogue/Generic/G/disguise/den_disguise_079p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c47 sound/dialogue/Generic/G/disguise/den_disguise_079q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c48 sound/dialogue/Generic/G/disguise/den_disguise_079r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c49 sound/dialogue/Generic/G/disguise/den_disguise_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c50 sound/dialogue/Generic/G/disguise/den_disguise_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c51 sound/dialogue/Generic/G/disguise/den_disguise_041f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c52 sound/dialogue/Generic/G/disguise/den_disguise_041p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c53 sound/dialogue/Generic/G/disguise/den_disguise_041q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c54 sound/dialogue/Generic/G/disguise/den_disguise_041r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c55 sound/dialogue/Generic/G/disguise/den_disguise_045a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c56 sound/dialogue/Generic/G/disguise/den_disguise_045b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c57 sound/dialogue/Generic/G/disguise/den_disguise_045f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c58 sound/dialogue/Generic/G/disguise/den_disguise_045p.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c59 sound/dialogue/Generic/G/disguise/den_disguise_045q.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c60 sound/dialogue/Generic/G/disguise/den_disguise_045r.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c71 sound/dialogue/Generic/G/disguise/den_disguise_039a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c72 sound/dialogue/Generic/G/disguise/den_disguise_039b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c73 sound/dialogue/Generic/G/disguise/den_disguise_039f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c74 sound/dialogue/Generic/G/disguise/den_disguise_039p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c75 sound/dialogue/Generic/G/disguise/den_disguise_039q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04c76 sound/dialogue/Generic/G/disguise/den_disguise_039r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_alarm_01d alias den_alarm_01d01 sound/dialogue/Generic/G/sighted/Alt_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d02 sound/dialogue/Generic/G/sighted/Alt_G_001e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d03 sound/dialogue/Generic/G/sighted/Alt_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d04 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d05 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d06 sound/dialogue/Generic/G/sighted/Alt_O_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d07 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d08 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d09 sound/dialogue/Generic/G/sighted/den_alarm_01d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d10 sound/dialogue/Generic/G/sighted/den_alarm_01e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d11 sound/dialogue/Generic/G/sighted/den_alarm_04e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d12 sound/dialogue/Generic/G/sighted/den_alarm_05e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d13 sound/dialogue/Generic/G/sighted/den_alarm_08d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d14 sound/dialogue/Generic/G/sighted/den_alarm_09d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d15 sound/dialogue/Generic/G/sighted/den_alarm_10a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d16 sound/dialogue/Generic/G/sighted/den_alarm_10d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d17 sound/dialogue/Generic/G/sighted/den_alarm_11a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d18 sound/dialogue/Generic/G/sighted/den_alarm_11d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d19 sound/dialogue/Generic/G/sighted/den_alarm_12a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d20 sound/dialogue/Generic/G/sighted/den_alarm_12d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d21 sound/dialogue/Generic/G/sighted/den_alarm_13d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d22 sound/dialogue/Generic/G/sighted/Sig_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d23 sound/dialogue/Generic/G/sighted/Sig_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d24 sound/dialogue/Generic/G/sighted/Sig_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d25 sound/dialogue/Generic/G/sighted/Sig_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d26 sound/dialogue/Generic/G/sighted/Sig_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d27 sound/dialogue/Generic/G/sighted/Sig_004b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d28 sound/dialogue/Generic/G/sighted/Sig_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d29 sound/dialogue/Generic/G/sighted/Sig_008a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d30 sound/dialogue/Generic/G/sighted/Sig_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d31 sound/dialogue/Generic/G/sighted/Sig_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d32 sound/dialogue/Generic/G/sighted/Sig_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d33 sound/dialogue/Generic/G/sighted/Sig_010b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d34 sound/dialogue/Generic/G/sighted/Sig_011b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d35 sound/dialogue/Generic/G/sighted/Sig_012b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d36 sound/dialogue/Generic/G/sighted/Sig_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d37 sound/dialogue/Generic/G/sighted/Sig_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d38 sound/dialogue/Generic/G/sighted/Sig_014b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d39 sound/dialogue/Generic/G/sighted/Sig_015a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d40 sound/dialogue/Generic/G/sighted/Sig_015b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d41 sound/dialogue/Generic/G/sighted/Sig_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d42 sound/dialogue/Generic/G/sighted/Sig_017b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d43 sound/dialogue/Generic/G/disguise/den_disguise_079a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d44 sound/dialogue/Generic/G/disguise/den_disguise_079b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d45 sound/dialogue/Generic/G/disguise/den_disguise_079f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d46 sound/dialogue/Generic/G/disguise/den_disguise_079p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d47 sound/dialogue/Generic/G/disguise/den_disguise_079q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d48 sound/dialogue/Generic/G/disguise/den_disguise_079r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d49 sound/dialogue/Generic/G/disguise/den_disguise_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d50 sound/dialogue/Generic/G/disguise/den_disguise_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d51 sound/dialogue/Generic/G/disguise/den_disguise_041f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d52 sound/dialogue/Generic/G/disguise/den_disguise_041p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d53 sound/dialogue/Generic/G/disguise/den_disguise_041q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d54 sound/dialogue/Generic/G/disguise/den_disguise_041r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d55 sound/dialogue/Generic/G/disguise/den_disguise_045a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d56 sound/dialogue/Generic/G/disguise/den_disguise_045b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d57 sound/dialogue/Generic/G/disguise/den_disguise_045f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d58 sound/dialogue/Generic/G/disguise/den_disguise_045p.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d59 sound/dialogue/Generic/G/disguise/den_disguise_045q.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d60 sound/dialogue/Generic/G/disguise/den_disguise_045r.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d71 sound/dialogue/Generic/G/disguise/den_disguise_039a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d72 sound/dialogue/Generic/G/disguise/den_disguise_039b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d73 sound/dialogue/Generic/G/disguise/den_disguise_039f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d74 sound/dialogue/Generic/G/disguise/den_disguise_039p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d75 sound/dialogue/Generic/G/disguise/den_disguise_039q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_01d76 sound/dialogue/Generic/G/disguise/den_disguise_039r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_alarm_04d alias den_alarm_04d01 sound/dialogue/Generic/G/sighted/Alt_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d02 sound/dialogue/Generic/G/sighted/Alt_G_001e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d03 sound/dialogue/Generic/G/sighted/Alt_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d04 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d05 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d06 sound/dialogue/Generic/G/sighted/Alt_O_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d07 sound/dialogue/Generic/G/sighted/Alt_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d08 sound/dialogue/Generic/G/sighted/Alt_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d09 sound/dialogue/Generic/G/sighted/den_alarm_01d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d10 sound/dialogue/Generic/G/sighted/den_alarm_01e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d11 sound/dialogue/Generic/G/sighted/den_alarm_04e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d12 sound/dialogue/Generic/G/sighted/den_alarm_05e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d13 sound/dialogue/Generic/G/sighted/den_alarm_08d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d14 sound/dialogue/Generic/G/sighted/den_alarm_09d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d15 sound/dialogue/Generic/G/sighted/den_alarm_10a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d16 sound/dialogue/Generic/G/sighted/den_alarm_10d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d17 sound/dialogue/Generic/G/sighted/den_alarm_11a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d18 sound/dialogue/Generic/G/sighted/den_alarm_11d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d19 sound/dialogue/Generic/G/sighted/den_alarm_12a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d20 sound/dialogue/Generic/G/sighted/den_alarm_12d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d21 sound/dialogue/Generic/G/sighted/den_alarm_13d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d22 sound/dialogue/Generic/G/sighted/Sig_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d23 sound/dialogue/Generic/G/sighted/Sig_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d24 sound/dialogue/Generic/G/sighted/Sig_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d25 sound/dialogue/Generic/G/sighted/Sig_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d26 sound/dialogue/Generic/G/sighted/Sig_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d27 sound/dialogue/Generic/G/sighted/Sig_004b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d28 sound/dialogue/Generic/G/sighted/Sig_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d29 sound/dialogue/Generic/G/sighted/Sig_008a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d30 sound/dialogue/Generic/G/sighted/Sig_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d31 sound/dialogue/Generic/G/sighted/Sig_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d32 sound/dialogue/Generic/G/sighted/Sig_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d33 sound/dialogue/Generic/G/sighted/Sig_010b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d34 sound/dialogue/Generic/G/sighted/Sig_011b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d35 sound/dialogue/Generic/G/sighted/Sig_012b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d36 sound/dialogue/Generic/G/sighted/Sig_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d37 sound/dialogue/Generic/G/sighted/Sig_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d38 sound/dialogue/Generic/G/sighted/Sig_014b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d39 sound/dialogue/Generic/G/sighted/Sig_015a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d40 sound/dialogue/Generic/G/sighted/Sig_015b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d41 sound/dialogue/Generic/G/sighted/Sig_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d42 sound/dialogue/Generic/G/sighted/Sig_017b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d43 sound/dialogue/Generic/G/disguise/den_disguise_079a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d44 sound/dialogue/Generic/G/disguise/den_disguise_079b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d45 sound/dialogue/Generic/G/disguise/den_disguise_079f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d46 sound/dialogue/Generic/G/disguise/den_disguise_079p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d47 sound/dialogue/Generic/G/disguise/den_disguise_079q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d48 sound/dialogue/Generic/G/disguise/den_disguise_079r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d49 sound/dialogue/Generic/G/disguise/den_disguise_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d50 sound/dialogue/Generic/G/disguise/den_disguise_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d51 sound/dialogue/Generic/G/disguise/den_disguise_041f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d52 sound/dialogue/Generic/G/disguise/den_disguise_041p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d53 sound/dialogue/Generic/G/disguise/den_disguise_041q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d54 sound/dialogue/Generic/G/disguise/den_disguise_041r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d55 sound/dialogue/Generic/G/disguise/den_disguise_045a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d56 sound/dialogue/Generic/G/disguise/den_disguise_045b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d57 sound/dialogue/Generic/G/disguise/den_disguise_045f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d58 sound/dialogue/Generic/G/disguise/den_disguise_045p.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d59 sound/dialogue/Generic/G/disguise/den_disguise_045q.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d60 sound/dialogue/Generic/G/disguise/den_disguise_045r.WAV soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d71 sound/dialogue/Generic/G/disguise/den_disguise_039a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d72 sound/dialogue/Generic/G/disguise/den_disguise_039b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d73 sound/dialogue/Generic/G/disguise/den_disguise_039f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d74 sound/dialogue/Generic/G/disguise/den_disguise_039p.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d75 sound/dialogue/Generic/G/disguise/den_disguise_039q.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_alarm_04d76 sound/dialogue/Generic/G/disguise/den_disguise_039r.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //================================== //AXIS ATTACK - Updated 7/09/02 - ES //================================== //Alias den_attack_040b alias den_attack_040b01 sound/dialogue/Generic/G/attack/Atk_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b02 sound/dialogue/Generic/G/attack/Atk_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b03 sound/dialogue/Generic/G/attack/Atk_G_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b04 sound/dialogue/Generic/G/attack/Atk_G_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b05 sound/dialogue/Generic/G/attack/Atk_G_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b06 sound/dialogue/Generic/G/attack/Atk_G_005b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b07 sound/dialogue/Generic/G/attack/Atk_G_005e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b08 sound/dialogue/Generic/G/attack/Atk_G_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b09 sound/dialogue/Generic/G/attack/Atk_G_006b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b10 sound/dialogue/Generic/G/attack/Atk_G_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b11 sound/dialogue/Generic/G/attack/Atk_G_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b12 sound/dialogue/Generic/G/attack/Atk_G_007b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b13 sound/dialogue/Generic/G/attack/Atk_G_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b14 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b15 sound/dialogue/Generic/G/attack/Atk_G_008b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b16 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b17 sound/dialogue/Generic/G/attack/Atk_G_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b18 sound/dialogue/Generic/G/attack/Atk_G_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b19 sound/dialogue/Generic/G/attack/Atk_G_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b20 sound/dialogue/Generic/G/attack/Atk_G_010e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b21 sound/dialogue/Generic/G/attack/Atk_G_010f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b22 sound/dialogue/Generic/G/attack/Atk_G_011a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b23 sound/dialogue/Generic/G/attack/Atk_G_012e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b24 sound/dialogue/Generic/G/attack/Atk_G_012f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b25 sound/dialogue/Generic/G/attack/Atk_G_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b26 sound/dialogue/Generic/G/attack/Atk_G_013f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b27 sound/dialogue/Generic/G/attack/Atk_G_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b28 sound/dialogue/Generic/G/attack/Atk_G_014f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b29 sound/dialogue/Generic/G/attack/Atk_G_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b30 sound/dialogue/Generic/G/attack/Atk_G_017e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b31 sound/dialogue/Generic/G/attack/Atk_G_017f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b32 sound/dialogue/Generic/G/attack/Atk_G_018b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b33 sound/dialogue/Generic/G/attack/Atk_G_019a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b34 sound/dialogue/Generic/G/attack/Atk_G_020a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b35 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b36 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b37 sound/dialogue/Generic/G/attack/Atk_G_020f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b38 sound/dialogue/Generic/G/attack/Atk_G_021b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b39 sound/dialogue/Generic/G/attack/Atk_O_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b40 sound/dialogue/Generic/G/attack/Atk_O_001g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b41 sound/dialogue/Generic/G/attack/Atk_O_002a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_attack_040b42 sound/dialogue/Generic/G/attack/Atk_O_003g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b43 sound/dialogue/Generic/G/attack/Atk_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b44 sound/dialogue/Generic/G/attack/Atk_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b45 sound/dialogue/Generic/G/attack/Atk_O_005g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b46 sound/dialogue/Generic/G/attack/Atk_O_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b47 sound/dialogue/Generic/G/attack/Atk_O_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b48 sound/dialogue/Generic/G/attack/Atk_O_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b49 sound/dialogue/Generic/G/attack/Atk_O_007g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b50 sound/dialogue/Generic/G/attack/Atk_O_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b51 sound/dialogue/Generic/G/attack/Atk_O_008g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b52 sound/dialogue/Generic/G/attack/Atk_O_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b53 sound/dialogue/Generic/G/attack/Atk_O_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b54 sound/dialogue/Generic/G/attack/Atk_O_009g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b55 sound/dialogue/Generic/G/attack/Atk_O_010g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b56 sound/dialogue/Generic/G/attack/Atk_O_011g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b57 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b58 sound/dialogue/Generic/G/attack/Atk_O_013a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b59 sound/dialogue/Generic/G/attack/Atk_O_013e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_040b60 sound/dialogue/Generic/G/attack/Atk_O_014g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_040b61 sound/dialogue/Generic/G/attack/Atk_G_015g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //aliascache den_attack_040b62 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //aliascache den_attack_040b63 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //alias den_attack_040b64 sound/dialogue/Generic/G/attack/Atk_G_017g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b65 sound/dialogue/Generic/G/attack/den_attack_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b66 sound/dialogue/Generic/G/attack/den_attack_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b67 sound/dialogue/Generic/G/attack/den_attack_002e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b68 sound/dialogue/Generic/G/attack/den_attack_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b69 sound/dialogue/Generic/G/attack/den_attack_003d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b70 sound/dialogue/Generic/G/attack/den_attack_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b71 sound/dialogue/Generic/G/attack/den_attack_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b72 sound/dialogue/Generic/G/attack/den_attack_005d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b73 sound/dialogue/Generic/G/attack/den_attack_007d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b74 sound/dialogue/Generic/G/attack/den_attack_008d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b75 sound/dialogue/Generic/G/attack/den_attack_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b76 sound/dialogue/Generic/G/attack/den_attack_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b77 sound/dialogue/Generic/G/attack/den_attack_011d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b78 sound/dialogue/Generic/G/attack/den_attack_011e.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias den_attack_040b79 sound/dialogue/Generic/G/attack/den_attack_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b80 sound/dialogue/Generic/G/attack/den_attack_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b81 sound/dialogue/Generic/G/attack/den_attack_016a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b82 sound/dialogue/Generic/G/attack/den_attack_021a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b83 sound/dialogue/Generic/G/attack/den_attack_022a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b84 sound/dialogue/Generic/G/attack/den_attack_026d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b85 sound/dialogue/Generic/G/attack/den_attack_029a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b86 sound/dialogue/Generic/G/attack/den_attack_029b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b87 sound/dialogue/Generic/G/attack/den_attack_029d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b88 sound/dialogue/Generic/G/attack/den_attack_031b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b89 sound/dialogue/Generic/G/attack/den_attack_034a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b90 sound/dialogue/Generic/G/attack/den_attack_034b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b91 sound/dialogue/Generic/G/attack/den_attack_036a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b92 sound/dialogue/Generic/G/attack/den_attack_036b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b93 sound/dialogue/Generic/G/attack/den_attack_037a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b94 sound/dialogue/Generic/G/attack/den_attack_037b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b95 sound/dialogue/Generic/G/attack/den_attack_038b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b96 sound/dialogue/Generic/G/attack/den_attack_040a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b97 sound/dialogue/Generic/G/attack/den_attack_040b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b98 sound/dialogue/Generic/G/attack/den_attack_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_040b99 sound/dialogue/Generic/G/attack/den_attack_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_attack_060b alias den_attack_060b01 sound/dialogue/Generic/G/attack/Atk_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b02 sound/dialogue/Generic/G/attack/Atk_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b03 sound/dialogue/Generic/G/attack/Atk_G_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b04 sound/dialogue/Generic/G/attack/Atk_G_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b05 sound/dialogue/Generic/G/attack/Atk_G_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b06 sound/dialogue/Generic/G/attack/Atk_G_005b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b07 sound/dialogue/Generic/G/attack/Atk_G_005e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b08 sound/dialogue/Generic/G/attack/Atk_G_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b09 sound/dialogue/Generic/G/attack/Atk_G_006b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b10 sound/dialogue/Generic/G/attack/Atk_G_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b11 sound/dialogue/Generic/G/attack/Atk_G_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b12 sound/dialogue/Generic/G/attack/Atk_G_007b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b13 sound/dialogue/Generic/G/attack/Atk_G_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b14 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b15 sound/dialogue/Generic/G/attack/Atk_G_008b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b16 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b17 sound/dialogue/Generic/G/attack/Atk_G_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b18 sound/dialogue/Generic/G/attack/Atk_G_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b19 sound/dialogue/Generic/G/attack/Atk_G_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b20 sound/dialogue/Generic/G/attack/Atk_G_010e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b21 sound/dialogue/Generic/G/attack/Atk_G_010f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b22 sound/dialogue/Generic/G/attack/Atk_G_011a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b23 sound/dialogue/Generic/G/attack/Atk_G_012e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b24 sound/dialogue/Generic/G/attack/Atk_G_012f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b25 sound/dialogue/Generic/G/attack/Atk_G_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b26 sound/dialogue/Generic/G/attack/Atk_G_013f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b27 sound/dialogue/Generic/G/attack/Atk_G_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b28 sound/dialogue/Generic/G/attack/Atk_G_014f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b29 sound/dialogue/Generic/G/attack/Atk_G_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b30 sound/dialogue/Generic/G/attack/Atk_G_017e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b31 sound/dialogue/Generic/G/attack/Atk_G_017f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b32 sound/dialogue/Generic/G/attack/Atk_G_018b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b33 sound/dialogue/Generic/G/attack/Atk_G_019a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b34 sound/dialogue/Generic/G/attack/Atk_G_020a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b35 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b36 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b37 sound/dialogue/Generic/G/attack/Atk_G_020f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b38 sound/dialogue/Generic/G/attack/Atk_G_021b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b39 sound/dialogue/Generic/G/attack/Atk_O_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b40 sound/dialogue/Generic/G/attack/Atk_O_001g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b41 sound/dialogue/Generic/G/attack/Atk_O_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b42 sound/dialogue/Generic/G/attack/Atk_O_003g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b43 sound/dialogue/Generic/G/attack/Atk_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b44 sound/dialogue/Generic/G/attack/Atk_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b45 sound/dialogue/Generic/G/attack/Atk_O_005g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b46 sound/dialogue/Generic/G/attack/Atk_O_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b47 sound/dialogue/Generic/G/attack/Atk_O_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b48 sound/dialogue/Generic/G/attack/Atk_O_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b49 sound/dialogue/Generic/G/attack/Atk_O_007g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b50 sound/dialogue/Generic/G/attack/Atk_O_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b51 sound/dialogue/Generic/G/attack/Atk_O_008g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b52 sound/dialogue/Generic/G/attack/Atk_O_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b53 sound/dialogue/Generic/G/attack/Atk_O_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b54 sound/dialogue/Generic/G/attack/Atk_O_009g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b55 sound/dialogue/Generic/G/attack/Atk_O_010g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b56 sound/dialogue/Generic/G/attack/Atk_O_011g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b57 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b58 sound/dialogue/Generic/G/attack/Atk_O_013a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b59 sound/dialogue/Generic/G/attack/Atk_O_013e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_060b60 sound/dialogue/Generic/G/attack/Atk_O_014g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_060b61 sound/dialogue/Generic/G/attack/Atk_G_015g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //aliascache den_attack_060b62 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //aliascache den_attack_060b63 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //alias den_attack_060b64 sound/dialogue/Generic/G/attack/Atk_G_017g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b65 sound/dialogue/Generic/G/attack/den_attack_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b66 sound/dialogue/Generic/G/attack/den_attack_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b67 sound/dialogue/Generic/G/attack/den_attack_002e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b68 sound/dialogue/Generic/G/attack/den_attack_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b69 sound/dialogue/Generic/G/attack/den_attack_003d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b70 sound/dialogue/Generic/G/attack/den_attack_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b71 sound/dialogue/Generic/G/attack/den_attack_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b72 sound/dialogue/Generic/G/attack/den_attack_005d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b73 sound/dialogue/Generic/G/attack/den_attack_007d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b74 sound/dialogue/Generic/G/attack/den_attack_008d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b75 sound/dialogue/Generic/G/attack/den_attack_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b76 sound/dialogue/Generic/G/attack/den_attack_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b77 sound/dialogue/Generic/G/attack/den_attack_011d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b78 sound/dialogue/Generic/G/attack/den_attack_011e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b79 sound/dialogue/Generic/G/attack/den_attack_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b80 sound/dialogue/Generic/G/attack/den_attack_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b81 sound/dialogue/Generic/G/attack/den_attack_016a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b82 sound/dialogue/Generic/G/attack/den_attack_021a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b83 sound/dialogue/Generic/G/attack/den_attack_022a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b84 sound/dialogue/Generic/G/attack/den_attack_026d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b85 sound/dialogue/Generic/G/attack/den_attack_029a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b86 sound/dialogue/Generic/G/attack/den_attack_029b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b87 sound/dialogue/Generic/G/attack/den_attack_029d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b88 sound/dialogue/Generic/G/attack/den_attack_031b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b89 sound/dialogue/Generic/G/attack/den_attack_034a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b90 sound/dialogue/Generic/G/attack/den_attack_034b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b91 sound/dialogue/Generic/G/attack/den_attack_036a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b92 sound/dialogue/Generic/G/attack/den_attack_036b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b93 sound/dialogue/Generic/G/attack/den_attack_037a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b94 sound/dialogue/Generic/G/attack/den_attack_037b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b95 sound/dialogue/Generic/G/attack/den_attack_038b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b96 sound/dialogue/Generic/G/attack/den_attack_040a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b97 sound/dialogue/Generic/G/attack/den_attack_040b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b98 sound/dialogue/Generic/G/attack/den_attack_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_060b99 sound/dialogue/Generic/G/attack/den_attack_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_attack_001c alias den_attack_001c01 sound/dialogue/Generic/G/attack/Atk_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c02 sound/dialogue/Generic/G/attack/Atk_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c03 sound/dialogue/Generic/G/attack/Atk_G_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c04 sound/dialogue/Generic/G/attack/Atk_G_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c05 sound/dialogue/Generic/G/attack/Atk_G_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c06 sound/dialogue/Generic/G/attack/Atk_G_005b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c07 sound/dialogue/Generic/G/attack/Atk_G_005e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c08 sound/dialogue/Generic/G/attack/Atk_G_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c09 sound/dialogue/Generic/G/attack/Atk_G_006b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c10 sound/dialogue/Generic/G/attack/Atk_G_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c11 sound/dialogue/Generic/G/attack/Atk_G_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c12 sound/dialogue/Generic/G/attack/Atk_G_007b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c13 sound/dialogue/Generic/G/attack/Atk_G_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c14 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c15 sound/dialogue/Generic/G/attack/Atk_G_008b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c16 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c17 sound/dialogue/Generic/G/attack/Atk_G_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c18 sound/dialogue/Generic/G/attack/Atk_G_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c19 sound/dialogue/Generic/G/attack/Atk_G_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c20 sound/dialogue/Generic/G/attack/Atk_G_010e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c21 sound/dialogue/Generic/G/attack/Atk_G_010f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c22 sound/dialogue/Generic/G/attack/Atk_G_011a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c23 sound/dialogue/Generic/G/attack/Atk_G_012e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c24 sound/dialogue/Generic/G/attack/Atk_G_012f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c25 sound/dialogue/Generic/G/attack/Atk_G_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c26 sound/dialogue/Generic/G/attack/Atk_G_013f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c27 sound/dialogue/Generic/G/attack/Atk_G_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c28 sound/dialogue/Generic/G/attack/Atk_G_014f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c29 sound/dialogue/Generic/G/attack/Atk_G_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c30 sound/dialogue/Generic/G/attack/Atk_G_017e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c31 sound/dialogue/Generic/G/attack/Atk_G_017f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c32 sound/dialogue/Generic/G/attack/Atk_G_018b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c33 sound/dialogue/Generic/G/attack/Atk_G_019a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c34 sound/dialogue/Generic/G/attack/Atk_G_020a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c35 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c36 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c37 sound/dialogue/Generic/G/attack/Atk_G_020f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c38 sound/dialogue/Generic/G/attack/Atk_G_021b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c39 sound/dialogue/Generic/G/attack/Atk_O_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c40 sound/dialogue/Generic/G/attack/Atk_O_001g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c41 sound/dialogue/Generic/G/attack/Atk_O_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c42 sound/dialogue/Generic/G/attack/Atk_O_003g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c43 sound/dialogue/Generic/G/attack/Atk_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c44 sound/dialogue/Generic/G/attack/Atk_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c45 sound/dialogue/Generic/G/attack/Atk_O_005g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c46 sound/dialogue/Generic/G/attack/Atk_O_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c47 sound/dialogue/Generic/G/attack/Atk_O_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c48 sound/dialogue/Generic/G/attack/Atk_O_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c49 sound/dialogue/Generic/G/attack/Atk_O_007g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c50 sound/dialogue/Generic/G/attack/Atk_O_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c51 sound/dialogue/Generic/G/attack/Atk_O_008g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c52 sound/dialogue/Generic/G/attack/Atk_O_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c53 sound/dialogue/Generic/G/attack/Atk_O_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c54 sound/dialogue/Generic/G/attack/Atk_O_009g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c55 sound/dialogue/Generic/G/attack/Atk_O_010g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c56 sound/dialogue/Generic/G/attack/Atk_O_011g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c57 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c58 sound/dialogue/Generic/G/attack/Atk_O_013a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c59 sound/dialogue/Generic/G/attack/Atk_O_013e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_001c60 sound/dialogue/Generic/G/attack/Atk_O_014g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_001c61 sound/dialogue/Generic/G/attack/Atk_G_015g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //aliascache den_attack_001c62 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //aliascache den_attack_001c63 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //alias den_attack_001c64 sound/dialogue/Generic/G/attack/Atk_G_017g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c65 sound/dialogue/Generic/G/attack/den_attack_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c66 sound/dialogue/Generic/G/attack/den_attack_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c67 sound/dialogue/Generic/G/attack/den_attack_002e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c68 sound/dialogue/Generic/G/attack/den_attack_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c69 sound/dialogue/Generic/G/attack/den_attack_003d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c70 sound/dialogue/Generic/G/attack/den_attack_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c71 sound/dialogue/Generic/G/attack/den_attack_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c72 sound/dialogue/Generic/G/attack/den_attack_005d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c73 sound/dialogue/Generic/G/attack/den_attack_007d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c74 sound/dialogue/Generic/G/attack/den_attack_008d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c75 sound/dialogue/Generic/G/attack/den_attack_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c76 sound/dialogue/Generic/G/attack/den_attack_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c77 sound/dialogue/Generic/G/attack/den_attack_011d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c78 sound/dialogue/Generic/G/attack/den_attack_011e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c79 sound/dialogue/Generic/G/attack/den_attack_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c80 sound/dialogue/Generic/G/attack/den_attack_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c81 sound/dialogue/Generic/G/attack/den_attack_016a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c82 sound/dialogue/Generic/G/attack/den_attack_021a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c83 sound/dialogue/Generic/G/attack/den_attack_022a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c84 sound/dialogue/Generic/G/attack/den_attack_026d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c85 sound/dialogue/Generic/G/attack/den_attack_029a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c86 sound/dialogue/Generic/G/attack/den_attack_029b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c87 sound/dialogue/Generic/G/attack/den_attack_029d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c88 sound/dialogue/Generic/G/attack/den_attack_031b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c89 sound/dialogue/Generic/G/attack/den_attack_034a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c90 sound/dialogue/Generic/G/attack/den_attack_034b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c91 sound/dialogue/Generic/G/attack/den_attack_036a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c92 sound/dialogue/Generic/G/attack/den_attack_036b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c93 sound/dialogue/Generic/G/attack/den_attack_037a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c94 sound/dialogue/Generic/G/attack/den_attack_037b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c95 sound/dialogue/Generic/G/attack/den_attack_038b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c96 sound/dialogue/Generic/G/attack/den_attack_040a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c97 sound/dialogue/Generic/G/attack/den_attack_040b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c98 sound/dialogue/Generic/G/attack/den_attack_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_001c99 sound/dialogue/Generic/G/attack/den_attack_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_attack_002c alias den_attack_002c01 sound/dialogue/Generic/G/attack/Atk_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c02 sound/dialogue/Generic/G/attack/Atk_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c03 sound/dialogue/Generic/G/attack/Atk_G_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c04 sound/dialogue/Generic/G/attack/Atk_G_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c05 sound/dialogue/Generic/G/attack/Atk_G_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c06 sound/dialogue/Generic/G/attack/Atk_G_005b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c07 sound/dialogue/Generic/G/attack/Atk_G_005e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c08 sound/dialogue/Generic/G/attack/Atk_G_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c09 sound/dialogue/Generic/G/attack/Atk_G_006b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c10 sound/dialogue/Generic/G/attack/Atk_G_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c11 sound/dialogue/Generic/G/attack/Atk_G_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c12 sound/dialogue/Generic/G/attack/Atk_G_007b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c13 sound/dialogue/Generic/G/attack/Atk_G_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c14 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c15 sound/dialogue/Generic/G/attack/Atk_G_008b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c16 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c17 sound/dialogue/Generic/G/attack/Atk_G_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c18 sound/dialogue/Generic/G/attack/Atk_G_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c19 sound/dialogue/Generic/G/attack/Atk_G_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c20 sound/dialogue/Generic/G/attack/Atk_G_010e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c21 sound/dialogue/Generic/G/attack/Atk_G_010f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c22 sound/dialogue/Generic/G/attack/Atk_G_011a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c23 sound/dialogue/Generic/G/attack/Atk_G_012e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c24 sound/dialogue/Generic/G/attack/Atk_G_012f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c25 sound/dialogue/Generic/G/attack/Atk_G_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c26 sound/dialogue/Generic/G/attack/Atk_G_013f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c27 sound/dialogue/Generic/G/attack/Atk_G_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c28 sound/dialogue/Generic/G/attack/Atk_G_014f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c29 sound/dialogue/Generic/G/attack/Atk_G_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c30 sound/dialogue/Generic/G/attack/Atk_G_017e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c31 sound/dialogue/Generic/G/attack/Atk_G_017f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c32 sound/dialogue/Generic/G/attack/Atk_G_018b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c33 sound/dialogue/Generic/G/attack/Atk_G_019a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c34 sound/dialogue/Generic/G/attack/Atk_G_020a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c35 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c36 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c37 sound/dialogue/Generic/G/attack/Atk_G_020f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c38 sound/dialogue/Generic/G/attack/Atk_G_021b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c39 sound/dialogue/Generic/G/attack/Atk_O_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c40 sound/dialogue/Generic/G/attack/Atk_O_001g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c41 sound/dialogue/Generic/G/attack/Atk_O_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c42 sound/dialogue/Generic/G/attack/Atk_O_003g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c43 sound/dialogue/Generic/G/attack/Atk_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c44 sound/dialogue/Generic/G/attack/Atk_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c45 sound/dialogue/Generic/G/attack/Atk_O_005g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c46 sound/dialogue/Generic/G/attack/Atk_O_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c47 sound/dialogue/Generic/G/attack/Atk_O_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c48 sound/dialogue/Generic/G/attack/Atk_O_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c49 sound/dialogue/Generic/G/attack/Atk_O_007g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c50 sound/dialogue/Generic/G/attack/Atk_O_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c51 sound/dialogue/Generic/G/attack/Atk_O_008g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c52 sound/dialogue/Generic/G/attack/Atk_O_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c53 sound/dialogue/Generic/G/attack/Atk_O_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c54 sound/dialogue/Generic/G/attack/Atk_O_009g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c55 sound/dialogue/Generic/G/attack/Atk_O_010g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c56 sound/dialogue/Generic/G/attack/Atk_O_011g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c57 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c58 sound/dialogue/Generic/G/attack/Atk_O_013a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c59 sound/dialogue/Generic/G/attack/Atk_O_013e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_002c60 sound/dialogue/Generic/G/attack/Atk_O_014g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_002c61 sound/dialogue/Generic/G/attack/Atk_G_015g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //aliascache den_attack_002c62 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //aliascache den_attack_002c63 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //alias den_attack_002c64 sound/dialogue/Generic/G/attack/Atk_G_017g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c65 sound/dialogue/Generic/G/attack/den_attack_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c66 sound/dialogue/Generic/G/attack/den_attack_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c67 sound/dialogue/Generic/G/attack/den_attack_002e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c68 sound/dialogue/Generic/G/attack/den_attack_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c69 sound/dialogue/Generic/G/attack/den_attack_003d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c70 sound/dialogue/Generic/G/attack/den_attack_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c71 sound/dialogue/Generic/G/attack/den_attack_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c72 sound/dialogue/Generic/G/attack/den_attack_005d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c73 sound/dialogue/Generic/G/attack/den_attack_007d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c74 sound/dialogue/Generic/G/attack/den_attack_008d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c75 sound/dialogue/Generic/G/attack/den_attack_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c76 sound/dialogue/Generic/G/attack/den_attack_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c77 sound/dialogue/Generic/G/attack/den_attack_011d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c78 sound/dialogue/Generic/G/attack/den_attack_011e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c79 sound/dialogue/Generic/G/attack/den_attack_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c80 sound/dialogue/Generic/G/attack/den_attack_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c81 sound/dialogue/Generic/G/attack/den_attack_016a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c82 sound/dialogue/Generic/G/attack/den_attack_021a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c83 sound/dialogue/Generic/G/attack/den_attack_022a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c84 sound/dialogue/Generic/G/attack/den_attack_026d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c85 sound/dialogue/Generic/G/attack/den_attack_029a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c86 sound/dialogue/Generic/G/attack/den_attack_029b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c87 sound/dialogue/Generic/G/attack/den_attack_029d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c88 sound/dialogue/Generic/G/attack/den_attack_031b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c89 sound/dialogue/Generic/G/attack/den_attack_034a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c90 sound/dialogue/Generic/G/attack/den_attack_034b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c91 sound/dialogue/Generic/G/attack/den_attack_036a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c92 sound/dialogue/Generic/G/attack/den_attack_036b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c93 sound/dialogue/Generic/G/attack/den_attack_037a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c94 sound/dialogue/Generic/G/attack/den_attack_037b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c95 sound/dialogue/Generic/G/attack/den_attack_038b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c96 sound/dialogue/Generic/G/attack/den_attack_040a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c97 sound/dialogue/Generic/G/attack/den_attack_040b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c98 sound/dialogue/Generic/G/attack/den_attack_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_002c99 sound/dialogue/Generic/G/attack/den_attack_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_attack_003d alias den_attack_003d01 sound/dialogue/Generic/G/attack/Atk_G_001b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d02 sound/dialogue/Generic/G/attack/Atk_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d03 sound/dialogue/Generic/G/attack/Atk_G_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d04 sound/dialogue/Generic/G/attack/Atk_G_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d05 sound/dialogue/Generic/G/attack/Atk_G_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d06 sound/dialogue/Generic/G/attack/Atk_G_005b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d07 sound/dialogue/Generic/G/attack/Atk_G_005e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d08 sound/dialogue/Generic/G/attack/Atk_G_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d09 sound/dialogue/Generic/G/attack/Atk_G_006b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d10 sound/dialogue/Generic/G/attack/Atk_G_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d11 sound/dialogue/Generic/G/attack/Atk_G_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d12 sound/dialogue/Generic/G/attack/Atk_G_007b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d13 sound/dialogue/Generic/G/attack/Atk_G_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d14 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d15 sound/dialogue/Generic/G/attack/Atk_G_008b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d16 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d17 sound/dialogue/Generic/G/attack/Atk_G_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d18 sound/dialogue/Generic/G/attack/Atk_G_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d19 sound/dialogue/Generic/G/attack/Atk_G_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d20 sound/dialogue/Generic/G/attack/Atk_G_010e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d21 sound/dialogue/Generic/G/attack/Atk_G_010f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d22 sound/dialogue/Generic/G/attack/Atk_G_011a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d23 sound/dialogue/Generic/G/attack/Atk_G_012e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d24 sound/dialogue/Generic/G/attack/Atk_G_012f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d25 sound/dialogue/Generic/G/attack/Atk_G_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d26 sound/dialogue/Generic/G/attack/Atk_G_013f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d27 sound/dialogue/Generic/G/attack/Atk_G_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d28 sound/dialogue/Generic/G/attack/Atk_G_014f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d29 sound/dialogue/Generic/G/attack/Atk_G_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d30 sound/dialogue/Generic/G/attack/Atk_G_017e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d31 sound/dialogue/Generic/G/attack/Atk_G_017f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d32 sound/dialogue/Generic/G/attack/Atk_G_018b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d33 sound/dialogue/Generic/G/attack/Atk_G_019a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d34 sound/dialogue/Generic/G/attack/Atk_G_020a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d35 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d36 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d37 sound/dialogue/Generic/G/attack/Atk_G_020f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d38 sound/dialogue/Generic/G/attack/Atk_G_021b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d39 sound/dialogue/Generic/G/attack/Atk_O_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d40 sound/dialogue/Generic/G/attack/Atk_O_001g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d41 sound/dialogue/Generic/G/attack/Atk_O_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d42 sound/dialogue/Generic/G/attack/Atk_O_003g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d43 sound/dialogue/Generic/G/attack/Atk_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d44 sound/dialogue/Generic/G/attack/Atk_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d45 sound/dialogue/Generic/G/attack/Atk_O_005g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d46 sound/dialogue/Generic/G/attack/Atk_O_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d47 sound/dialogue/Generic/G/attack/Atk_O_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d48 sound/dialogue/Generic/G/attack/Atk_O_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d49 sound/dialogue/Generic/G/attack/Atk_O_007g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d50 sound/dialogue/Generic/G/attack/Atk_O_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d51 sound/dialogue/Generic/G/attack/Atk_O_008g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d52 sound/dialogue/Generic/G/attack/Atk_O_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d53 sound/dialogue/Generic/G/attack/Atk_O_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d54 sound/dialogue/Generic/G/attack/Atk_O_009g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d55 sound/dialogue/Generic/G/attack/Atk_O_010g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d56 sound/dialogue/Generic/G/attack/Atk_O_011g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d57 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d58 sound/dialogue/Generic/G/attack/Atk_O_013a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d59 sound/dialogue/Generic/G/attack/Atk_O_013e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_003d60 sound/dialogue/Generic/G/attack/Atk_O_014g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_003d61 sound/dialogue/Generic/G/attack/Atk_G_015g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //aliascache den_attack_003d62 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //aliascache den_attack_003d63 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //alias den_attack_003d64 sound/dialogue/Generic/G/attack/Atk_G_017g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d65 sound/dialogue/Generic/G/attack/den_attack_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d66 sound/dialogue/Generic/G/attack/den_attack_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d67 sound/dialogue/Generic/G/attack/den_attack_002e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d68 sound/dialogue/Generic/G/attack/den_attack_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d69 sound/dialogue/Generic/G/attack/den_attack_003d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d70 sound/dialogue/Generic/G/attack/den_attack_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d71 sound/dialogue/Generic/G/attack/den_attack_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d72 sound/dialogue/Generic/G/attack/den_attack_005d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d73 sound/dialogue/Generic/G/attack/den_attack_007d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d74 sound/dialogue/Generic/G/attack/den_attack_008d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d75 sound/dialogue/Generic/G/attack/den_attack_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d76 sound/dialogue/Generic/G/attack/den_attack_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d77 sound/dialogue/Generic/G/attack/den_attack_011d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d78 sound/dialogue/Generic/G/attack/den_attack_011e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d79 sound/dialogue/Generic/G/attack/den_attack_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d80 sound/dialogue/Generic/G/attack/den_attack_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d81 sound/dialogue/Generic/G/attack/den_attack_016a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d82 sound/dialogue/Generic/G/attack/den_attack_021a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d83 sound/dialogue/Generic/G/attack/den_attack_022a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d84 sound/dialogue/Generic/G/attack/den_attack_026d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d85 sound/dialogue/Generic/G/attack/den_attack_029a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d86 sound/dialogue/Generic/G/attack/den_attack_029b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d87 sound/dialogue/Generic/G/attack/den_attack_029d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d88 sound/dialogue/Generic/G/attack/den_attack_031b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d89 sound/dialogue/Generic/G/attack/den_attack_034a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d90 sound/dialogue/Generic/G/attack/den_attack_034b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d91 sound/dialogue/Generic/G/attack/den_attack_036a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d92 sound/dialogue/Generic/G/attack/den_attack_036b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d93 sound/dialogue/Generic/G/attack/den_attack_037a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d94 sound/dialogue/Generic/G/attack/den_attack_037b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d95 sound/dialogue/Generic/G/attack/den_attack_038b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d96 sound/dialogue/Generic/G/attack/den_attack_040a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d97 sound/dialogue/Generic/G/attack/den_attack_040b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d98 sound/dialogue/Generic/G/attack/den_attack_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_003d99 sound/dialogue/Generic/G/attack/den_attack_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_attack_041d alias den_attack_041d01 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d02 sound/dialogue/Generic/G/attack/Atk_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d03 sound/dialogue/Generic/G/attack/Atk_G_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d04 sound/dialogue/Generic/G/attack/Atk_G_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d05 sound/dialogue/Generic/G/attack/Atk_G_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d06 sound/dialogue/Generic/G/attack/Atk_G_005b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d07 sound/dialogue/Generic/G/attack/Atk_G_005e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d08 sound/dialogue/Generic/G/attack/Atk_G_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d09 sound/dialogue/Generic/G/attack/Atk_G_006b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d10 sound/dialogue/Generic/G/attack/Atk_G_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d11 sound/dialogue/Generic/G/attack/Atk_G_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d12 sound/dialogue/Generic/G/attack/Atk_G_007b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d13 sound/dialogue/Generic/G/attack/Atk_G_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d14 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d15 sound/dialogue/Generic/G/attack/Atk_G_008b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d16 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d17 sound/dialogue/Generic/G/attack/Atk_G_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d18 sound/dialogue/Generic/G/attack/Atk_G_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d19 sound/dialogue/Generic/G/attack/Atk_G_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d20 sound/dialogue/Generic/G/attack/Atk_G_010e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d21 sound/dialogue/Generic/G/attack/Atk_G_010f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d22 sound/dialogue/Generic/G/attack/Atk_G_011a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d23 sound/dialogue/Generic/G/attack/Atk_G_012e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d24 sound/dialogue/Generic/G/attack/Atk_G_012f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d25 sound/dialogue/Generic/G/attack/Atk_G_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d26 sound/dialogue/Generic/G/attack/Atk_G_013f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d27 sound/dialogue/Generic/G/attack/Atk_G_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d28 sound/dialogue/Generic/G/attack/Atk_G_014f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d29 sound/dialogue/Generic/G/attack/Atk_G_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d30 sound/dialogue/Generic/G/attack/Atk_G_017e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d31 sound/dialogue/Generic/G/attack/Atk_G_017f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d32 sound/dialogue/Generic/G/attack/Atk_G_018b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d33 sound/dialogue/Generic/G/attack/Atk_G_019a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d34 sound/dialogue/Generic/G/attack/Atk_G_020a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d35 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d36 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d37 sound/dialogue/Generic/G/attack/Atk_G_020f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d38 sound/dialogue/Generic/G/attack/Atk_G_021b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d39 sound/dialogue/Generic/G/attack/Atk_O_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d40 sound/dialogue/Generic/G/attack/Atk_O_001g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d41 sound/dialogue/Generic/G/attack/Atk_O_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d42 sound/dialogue/Generic/G/attack/Atk_O_003g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d43 sound/dialogue/Generic/G/attack/Atk_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d44 sound/dialogue/Generic/G/attack/Atk_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d45 sound/dialogue/Generic/G/attack/Atk_O_005g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d46 sound/dialogue/Generic/G/attack/Atk_O_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d47 sound/dialogue/Generic/G/attack/Atk_O_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d48 sound/dialogue/Generic/G/attack/Atk_O_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d49 sound/dialogue/Generic/G/attack/Atk_O_007g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d50 sound/dialogue/Generic/G/attack/Atk_O_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d51 sound/dialogue/Generic/G/attack/Atk_O_008g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d52 sound/dialogue/Generic/G/attack/Atk_O_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d53 sound/dialogue/Generic/G/attack/Atk_O_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d54 sound/dialogue/Generic/G/attack/Atk_O_009g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d55 sound/dialogue/Generic/G/attack/Atk_O_010g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d56 sound/dialogue/Generic/G/attack/Atk_O_011g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d57 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d58 sound/dialogue/Generic/G/attack/Atk_O_013a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d59 sound/dialogue/Generic/G/attack/Atk_O_013e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_041d60 sound/dialogue/Generic/G/attack/Atk_O_014g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_041d61 sound/dialogue/Generic/G/attack/Atk_G_015g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //aliascache den_attack_041d62 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //aliascache den_attack_041d63 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //alias den_attack_041d64 sound/dialogue/Generic/G/attack/Atk_G_017g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d65 sound/dialogue/Generic/G/attack/den_attack_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d66 sound/dialogue/Generic/G/attack/den_attack_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d67 sound/dialogue/Generic/G/attack/den_attack_002e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d68 sound/dialogue/Generic/G/attack/den_attack_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d69 sound/dialogue/Generic/G/attack/den_attack_003d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d70 sound/dialogue/Generic/G/attack/den_attack_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d71 sound/dialogue/Generic/G/attack/den_attack_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d72 sound/dialogue/Generic/G/attack/den_attack_005d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d73 sound/dialogue/Generic/G/attack/den_attack_007d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d74 sound/dialogue/Generic/G/attack/den_attack_008d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d75 sound/dialogue/Generic/G/attack/den_attack_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d76 sound/dialogue/Generic/G/attack/den_attack_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d77 sound/dialogue/Generic/G/attack/den_attack_011d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d78 sound/dialogue/Generic/G/attack/den_attack_011e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d79 sound/dialogue/Generic/G/attack/den_attack_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d80 sound/dialogue/Generic/G/attack/den_attack_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d81 sound/dialogue/Generic/G/attack/den_attack_016a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d82 sound/dialogue/Generic/G/attack/den_attack_021a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d83 sound/dialogue/Generic/G/attack/den_attack_022a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d84 sound/dialogue/Generic/G/attack/den_attack_026d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d85 sound/dialogue/Generic/G/attack/den_attack_029a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d86 sound/dialogue/Generic/G/attack/den_attack_029b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d87 sound/dialogue/Generic/G/attack/den_attack_029d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d88 sound/dialogue/Generic/G/attack/den_attack_031b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d89 sound/dialogue/Generic/G/attack/den_attack_034a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d90 sound/dialogue/Generic/G/attack/den_attack_034b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d91 sound/dialogue/Generic/G/attack/den_attack_036a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d92 sound/dialogue/Generic/G/attack/den_attack_036b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d93 sound/dialogue/Generic/G/attack/den_attack_037a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d94 sound/dialogue/Generic/G/attack/den_attack_037b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d95 sound/dialogue/Generic/G/attack/den_attack_038b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d96 sound/dialogue/Generic/G/attack/den_attack_040a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d97 sound/dialogue/Generic/G/attack/den_attack_040b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d98 sound/dialogue/Generic/G/attack/den_attack_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_041d99 sound/dialogue/Generic/G/attack/den_attack_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_attack_022e alias den_attack_022e01 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e02 sound/dialogue/Generic/G/attack/Atk_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e03 sound/dialogue/Generic/G/attack/Atk_G_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e04 sound/dialogue/Generic/G/attack/Atk_G_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e05 sound/dialogue/Generic/G/attack/Atk_G_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e06 sound/dialogue/Generic/G/attack/Atk_G_005b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e07 sound/dialogue/Generic/G/attack/Atk_G_005e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e08 sound/dialogue/Generic/G/attack/Atk_G_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e09 sound/dialogue/Generic/G/attack/Atk_G_006b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e10 sound/dialogue/Generic/G/attack/Atk_G_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e11 sound/dialogue/Generic/G/attack/Atk_G_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e12 sound/dialogue/Generic/G/attack/Atk_G_007b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e13 sound/dialogue/Generic/G/attack/Atk_G_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e14 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e15 sound/dialogue/Generic/G/attack/Atk_G_008b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e16 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e17 sound/dialogue/Generic/G/attack/Atk_G_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e18 sound/dialogue/Generic/G/attack/Atk_G_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e19 sound/dialogue/Generic/G/attack/Atk_G_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e20 sound/dialogue/Generic/G/attack/Atk_G_010e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e21 sound/dialogue/Generic/G/attack/Atk_G_010f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e22 sound/dialogue/Generic/G/attack/Atk_G_011a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e23 sound/dialogue/Generic/G/attack/Atk_G_012e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e24 sound/dialogue/Generic/G/attack/Atk_G_012f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e25 sound/dialogue/Generic/G/attack/Atk_G_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e26 sound/dialogue/Generic/G/attack/Atk_G_013f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e27 sound/dialogue/Generic/G/attack/Atk_G_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e28 sound/dialogue/Generic/G/attack/Atk_G_014f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e29 sound/dialogue/Generic/G/attack/Atk_G_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e30 sound/dialogue/Generic/G/attack/Atk_G_017e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e31 sound/dialogue/Generic/G/attack/Atk_G_017f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e32 sound/dialogue/Generic/G/attack/Atk_G_018b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e33 sound/dialogue/Generic/G/attack/Atk_G_019a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e34 sound/dialogue/Generic/G/attack/Atk_G_020a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e35 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e36 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e37 sound/dialogue/Generic/G/attack/Atk_G_020f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e38 sound/dialogue/Generic/G/attack/Atk_G_021b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e39 sound/dialogue/Generic/G/attack/Atk_O_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e40 sound/dialogue/Generic/G/attack/Atk_O_001g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e41 sound/dialogue/Generic/G/attack/Atk_O_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e42 sound/dialogue/Generic/G/attack/Atk_O_003g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e43 sound/dialogue/Generic/G/attack/Atk_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e44 sound/dialogue/Generic/G/attack/Atk_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e45 sound/dialogue/Generic/G/attack/Atk_O_005g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e46 sound/dialogue/Generic/G/attack/Atk_O_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e47 sound/dialogue/Generic/G/attack/Atk_O_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e48 sound/dialogue/Generic/G/attack/Atk_O_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e49 sound/dialogue/Generic/G/attack/Atk_O_007g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e50 sound/dialogue/Generic/G/attack/Atk_O_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e51 sound/dialogue/Generic/G/attack/Atk_O_008g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e52 sound/dialogue/Generic/G/attack/Atk_O_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e53 sound/dialogue/Generic/G/attack/Atk_O_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e54 sound/dialogue/Generic/G/attack/Atk_O_009g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e55 sound/dialogue/Generic/G/attack/Atk_O_010g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e56 sound/dialogue/Generic/G/attack/Atk_O_011g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e57 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e58 sound/dialogue/Generic/G/attack/Atk_O_013a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e59 sound/dialogue/Generic/G/attack/Atk_O_013e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_022e60 sound/dialogue/Generic/G/attack/Atk_O_014g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_022e61 sound/dialogue/Generic/G/attack/Atk_G_015g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //aliascache den_attack_022e62 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //aliascache den_attack_022e63 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //alias den_attack_022e64 sound/dialogue/Generic/G/attack/Atk_G_017g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e65 sound/dialogue/Generic/G/attack/den_attack_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e66 sound/dialogue/Generic/G/attack/den_attack_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e67 sound/dialogue/Generic/G/attack/den_attack_002e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e68 sound/dialogue/Generic/G/attack/den_attack_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e69 sound/dialogue/Generic/G/attack/den_attack_003d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e70 sound/dialogue/Generic/G/attack/den_attack_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e71 sound/dialogue/Generic/G/attack/den_attack_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e72 sound/dialogue/Generic/G/attack/den_attack_005d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e73 sound/dialogue/Generic/G/attack/den_attack_007d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e74 sound/dialogue/Generic/G/attack/den_attack_008d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e75 sound/dialogue/Generic/G/attack/den_attack_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e76 sound/dialogue/Generic/G/attack/den_attack_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e77 sound/dialogue/Generic/G/attack/den_attack_011d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e78 sound/dialogue/Generic/G/attack/den_attack_011e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e79 sound/dialogue/Generic/G/attack/den_attack_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e80 sound/dialogue/Generic/G/attack/den_attack_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e81 sound/dialogue/Generic/G/attack/den_attack_016a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e82 sound/dialogue/Generic/G/attack/den_attack_021a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e83 sound/dialogue/Generic/G/attack/den_attack_022a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e84 sound/dialogue/Generic/G/attack/den_attack_026d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e85 sound/dialogue/Generic/G/attack/den_attack_029a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e86 sound/dialogue/Generic/G/attack/den_attack_029b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e87 sound/dialogue/Generic/G/attack/den_attack_029d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e88 sound/dialogue/Generic/G/attack/den_attack_031b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e89 sound/dialogue/Generic/G/attack/den_attack_034a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e90 sound/dialogue/Generic/G/attack/den_attack_034b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e91 sound/dialogue/Generic/G/attack/den_attack_036a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e92 sound/dialogue/Generic/G/attack/den_attack_036b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e93 sound/dialogue/Generic/G/attack/den_attack_037a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e94 sound/dialogue/Generic/G/attack/den_attack_037b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e95 sound/dialogue/Generic/G/attack/den_attack_038b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e96 sound/dialogue/Generic/G/attack/den_attack_040a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e97 sound/dialogue/Generic/G/attack/den_attack_040b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e98 sound/dialogue/Generic/G/attack/den_attack_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_022e99 sound/dialogue/Generic/G/attack/den_attack_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //Alias den_attack_007d alias den_attack_007d01 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d02 sound/dialogue/Generic/G/attack/Atk_G_002b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d03 sound/dialogue/Generic/G/attack/Atk_G_003b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d04 sound/dialogue/Generic/G/attack/Atk_G_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d05 sound/dialogue/Generic/G/attack/Atk_G_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d06 sound/dialogue/Generic/G/attack/Atk_G_005b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d07 sound/dialogue/Generic/G/attack/Atk_G_005e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d08 sound/dialogue/Generic/G/attack/Atk_G_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d09 sound/dialogue/Generic/G/attack/Atk_G_006b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d10 sound/dialogue/Generic/G/attack/Atk_G_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d11 sound/dialogue/Generic/G/attack/Atk_G_007a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d12 sound/dialogue/Generic/G/attack/Atk_G_007b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d13 sound/dialogue/Generic/G/attack/Atk_G_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d14 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d15 sound/dialogue/Generic/G/attack/Atk_G_008b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d16 sound/dialogue/Generic/G/attack/Atk_G_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d17 sound/dialogue/Generic/G/attack/Atk_G_009b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d18 sound/dialogue/Generic/G/attack/Atk_G_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d19 sound/dialogue/Generic/G/attack/Atk_G_010a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d20 sound/dialogue/Generic/G/attack/Atk_G_010e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d21 sound/dialogue/Generic/G/attack/Atk_G_010f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d22 sound/dialogue/Generic/G/attack/Atk_G_011a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d23 sound/dialogue/Generic/G/attack/Atk_G_012e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d24 sound/dialogue/Generic/G/attack/Atk_G_012f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d25 sound/dialogue/Generic/G/attack/Atk_G_013b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d26 sound/dialogue/Generic/G/attack/Atk_G_013f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d27 sound/dialogue/Generic/G/attack/Atk_G_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d28 sound/dialogue/Generic/G/attack/Atk_G_014f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d29 sound/dialogue/Generic/G/attack/Atk_G_016b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d30 sound/dialogue/Generic/G/attack/Atk_G_017e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d31 sound/dialogue/Generic/G/attack/Atk_G_017f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d32 sound/dialogue/Generic/G/attack/Atk_G_018b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d33 sound/dialogue/Generic/G/attack/Atk_G_019a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d34 sound/dialogue/Generic/G/attack/Atk_G_020a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d35 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d36 sound/dialogue/Generic/G/attack/Atk_G_020b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d37 sound/dialogue/Generic/G/attack/Atk_G_020f.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d38 sound/dialogue/Generic/G/attack/Atk_G_021b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d39 sound/dialogue/Generic/G/attack/Atk_O_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d40 sound/dialogue/Generic/G/attack/Atk_O_001g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d41 sound/dialogue/Generic/G/attack/Atk_O_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d42 sound/dialogue/Generic/G/attack/Atk_O_003g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d43 sound/dialogue/Generic/G/attack/Atk_O_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d44 sound/dialogue/Generic/G/attack/Atk_O_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d45 sound/dialogue/Generic/G/attack/Atk_O_005g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d46 sound/dialogue/Generic/G/attack/Atk_O_006a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d47 sound/dialogue/Generic/G/attack/Atk_O_006e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d48 sound/dialogue/Generic/G/attack/Atk_O_007e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d49 sound/dialogue/Generic/G/attack/Atk_O_007g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d50 sound/dialogue/Generic/G/attack/Atk_O_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d51 sound/dialogue/Generic/G/attack/Atk_O_008g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d52 sound/dialogue/Generic/G/attack/Atk_O_009a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d53 sound/dialogue/Generic/G/attack/Atk_O_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d54 sound/dialogue/Generic/G/attack/Atk_O_009g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d55 sound/dialogue/Generic/G/attack/Atk_O_010g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d56 sound/dialogue/Generic/G/attack/Atk_O_011g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d57 sound/dialogue/Generic/G/attack/Atk_O_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d58 sound/dialogue/Generic/G/attack/Atk_O_013a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d59 sound/dialogue/Generic/G/attack/Atk_O_013e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_007d60 sound/dialogue/Generic/G/attack/Atk_O_014g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //alias den_attack_007d61 sound/dialogue/Generic/G/attack/Atk_G_015g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //aliascache den_attack_007d62 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //aliascache den_attack_007d63 sound/null.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog loaded maps "t " //alias den_attack_007d64 sound/dialogue/Generic/G/attack/Atk_G_017g.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d65 sound/dialogue/Generic/G/attack/den_attack_001a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d66 sound/dialogue/Generic/G/attack/den_attack_002a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d67 sound/dialogue/Generic/G/attack/den_attack_002e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d68 sound/dialogue/Generic/G/attack/den_attack_003a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d69 sound/dialogue/Generic/G/attack/den_attack_003d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d70 sound/dialogue/Generic/G/attack/den_attack_004a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d71 sound/dialogue/Generic/G/attack/den_attack_005a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d72 sound/dialogue/Generic/G/attack/den_attack_005d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d73 sound/dialogue/Generic/G/attack/den_attack_007d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d74 sound/dialogue/Generic/G/attack/den_attack_008d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d75 sound/dialogue/Generic/G/attack/den_attack_008e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d76 sound/dialogue/Generic/G/attack/den_attack_009e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d77 sound/dialogue/Generic/G/attack/den_attack_011d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d78 sound/dialogue/Generic/G/attack/den_attack_011e.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d79 sound/dialogue/Generic/G/attack/den_attack_012a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d80 sound/dialogue/Generic/G/attack/den_attack_014a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d81 sound/dialogue/Generic/G/attack/den_attack_016a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d82 sound/dialogue/Generic/G/attack/den_attack_021a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d83 sound/dialogue/Generic/G/attack/den_attack_022a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d84 sound/dialogue/Generic/G/attack/den_attack_026d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d85 sound/dialogue/Generic/G/attack/den_attack_029a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d86 sound/dialogue/Generic/G/attack/den_attack_029b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d87 sound/dialogue/Generic/G/attack/den_attack_029d.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d88 sound/dialogue/Generic/G/attack/den_attack_031b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d89 sound/dialogue/Generic/G/attack/den_attack_034a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d90 sound/dialogue/Generic/G/attack/den_attack_034b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d91 sound/dialogue/Generic/G/attack/den_attack_036a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d92 sound/dialogue/Generic/G/attack/den_attack_036b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d93 sound/dialogue/Generic/G/attack/den_attack_037a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d94 sound/dialogue/Generic/G/attack/den_attack_037b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d95 sound/dialogue/Generic/G/attack/den_attack_038b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d96 sound/dialogue/Generic/G/attack/den_attack_040a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d97 sound/dialogue/Generic/G/attack/den_attack_040b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d98 sound/dialogue/Generic/G/attack/den_attack_041a.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " alias den_attack_007d99 sound/dialogue/Generic/G/attack/den_attack_041b.wav soundparms 0.9 0.2 1.0 0.0 100 3600 dialog streamed maps "t " //=================================== //AXIS GRENADE - Updated 7/09/02 - ES //=================================== //Alias den_suicide_03c alias den_suicide_03c01 sound/dialogue/Generic/G/fear/Grn_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_suicide_03c02 sound/dialogue/Generic/G/fear/Grn_001b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_suicide_03c03 sound/dialogue/Generic/G/fear/Grn_001g.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_suicide_03c04 sound/dialogue/Generic/G/fear/Grn_007a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_suicide_03c05 sound/dialogue/Generic/G/fear/Grn_007b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_suicide_03c06 sound/dialogue/Generic/G/fear/Grn_007e.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_suicide_03c07 sound/dialogue/Generic/G/fear/Grn_007g.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " //Alias den_fear_08e alias den_fear_08e01 sound/dialogue/Generic/G/fear/Grn_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_08e02 sound/dialogue/Generic/G/fear/Grn_001b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_08e03 sound/dialogue/Generic/G/fear/Grn_001g.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_08e04 sound/dialogue/Generic/G/fear/Grn_007a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_08e05 sound/dialogue/Generic/G/fear/Grn_007b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_08e06 sound/dialogue/Generic/G/fear/Grn_007e.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_08e07 sound/dialogue/Generic/G/fear/Grn_007g.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " //Alias den_fear_11c alias den_fear_11c01 sound/dialogue/Generic/G/fear/Grn_001a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_11c02 sound/dialogue/Generic/G/fear/Grn_001b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_11c03 sound/dialogue/Generic/G/fear/Grn_001g.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_11c04 sound/dialogue/Generic/G/fear/Grn_007a.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_11c05 sound/dialogue/Generic/G/fear/Grn_007b.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_11c06 sound/dialogue/Generic/G/fear/Grn_007e.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " alias den_fear_11c07 sound/dialogue/Generic/G/fear/Grn_007g.wav soundparms 1.3 0.1 1.0 0.0 160 1200 dialog_secondary streamed maps "t " //Alias den_attack_032b alias den_attack_032b01 sound/dialogue/Generic/G/fear/Grn_001a.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_032b02 sound/dialogue/Generic/G/fear/Grn_001b.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_032b03 sound/dialogue/Generic/G/fear/Grn_001g.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_032b04 sound/dialogue/Generic/G/fear/Grn_007a.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_032b05 sound/dialogue/Generic/G/fear/Grn_007b.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_032b06 sound/dialogue/Generic/G/fear/Grn_007e.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_032b07 sound/dialogue/Generic/G/fear/Grn_007g.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " //Alias den_attack_010c alias den_attack_010c01 sound/dialogue/Generic/G/fear/Grn_001a.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_010c02 sound/dialogue/Generic/G/fear/Grn_001b.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_010c03 sound/dialogue/Generic/G/fear/Grn_001g.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_010c04 sound/dialogue/Generic/G/fear/Grn_007a.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_010c05 sound/dialogue/Generic/G/fear/Grn_007b.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_010c06 sound/dialogue/Generic/G/fear/Grn_007e.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " alias den_attack_010c07 sound/dialogue/Generic/G/fear/Grn_007g.wav soundparms 0.8 0.3 1.0 0.0 80 3500 dialog streamed maps "t " //============================================= //AXIS PANIC, SURPRISE //============================================= //Randomly Generated Surprise Sounds alias snd_den_fer_generic01 sound/dialogue/generic/G/fear/Fer_001a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic02 sound/dialogue/generic/G/fear/Fer_001b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic03 sound/dialogue/generic/G/fear/Fer_001e.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic04 sound/dialogue/generic/G/fear/Fer_001f.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic05 sound/dialogue/generic/G/fear/Fer_002a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic06 sound/dialogue/generic/G/fear/Fer_002b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic07 sound/dialogue/generic/G/fear/Fer_002e.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic08 sound/dialogue/generic/G/fear/Fer_003a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic09 sound/dialogue/generic/G/fear/Fer_003b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic10 sound/dialogue/Generic/G/fear/Fer_005f.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic11 sound/dialogue/Generic/G/fear/Fer_006a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic12 sound/dialogue/Generic/G/fear/Fer_006b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic13 sound/dialogue/Generic/G/fear/Fer_006e.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic14 sound/dialogue/Generic/G/fear/Fer_006f.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic15 sound/dialogue/Generic/G/fear/Fer_007a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic16 sound/dialogue/Generic/G/fear/Fer_007b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic17 sound/dialogue/Generic/G/fear/Fer_007f.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic18 sound/dialogue/Generic/G/fear/Fer_008a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic19 sound/dialogue/Generic/G/fear/Fer_008e.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic20 sound/dialogue/Generic/G/fear/Fer_008f.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic21 sound/dialogue/Generic/G/fear/Fer_008g.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic22 sound/dialogue/Generic/G/fear/Fer_009a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic23 sound/dialogue/Generic/G/fear/Fer_009b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic24 sound/dialogue/Generic/G/fear/Fer_009e.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic25 sound/dialogue/Generic/G/fear/Fer_010a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic26 sound/dialogue/Generic/G/fear/Fer_010e.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias snd_den_fer_generic27 sound/dialogue/Generic/G/fear/Fer_010f.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " //============================================= //AXIS EFFORT, ANGER, SWINGING RIFLE //============================================= //Alias Ang_004a alias Ang_004a1 sound/dialogue/Generic/G/attack/Ang_001a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_004a2 sound/dialogue/Generic/G/attack/Ang_001b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_004a3 sound/dialogue/Generic/G/attack/Ang_001e.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_004a4 sound/dialogue/Generic/G/attack/Ang_004a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_004a5 sound/dialogue/Generic/G/attack/Ang_004g.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " //Alias Ang_007a alias Ang_007a1 sound/dialogue/Generic/G/attack/Ang_005e.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_007a2 sound/dialogue/Generic/G/attack/Ang_006b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_007a3 sound/dialogue/Generic/G/attack/Ang_006g.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_007a4 sound/dialogue/Generic/G/attack/Ang_007a.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_007a5 sound/dialogue/Generic/G/attack/Ang_007b.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " alias Ang_007a6 sound/dialogue/Generic/G/attack/Ang_007g.wav soundparms 0.8 0.1 1.0 0.0 160 1200 dialog streamed maps "t " //============================================= //AXIS LEGACY NULL SOUNDS //============================================= aliascache snd_den_grunt_generic_c05 sound/null.wav soundparms 1.0 0.1 1.0 0.0 48 320 voice loaded maps "t " aliascache snd_den_grunt_generic_d07 sound/null.wav soundparms 1.0 0.1 1.0 0.0 48 320 voice loaded maps "t " aliascache snd_den_grunt_generic_a01 sound/null.WAV soundparms 1.0 0.1 1.0 0.0 48 320 voice loaded maps "t " //============================================= //ALLIED DEATH //============================================= //Friendly AI Death alias snd_dfr_death_generic01 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic02 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic03 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic04 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic05 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic06 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic07 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic08 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic09 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic10 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc6.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic11 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic12 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic13 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic14 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " //alias snd_dfr_death_generic15 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic16 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td6.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic17 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td7.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_death_generic18 sound/dialogue/Mission_2/Allies/dfr_death_AC9068tg1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic19 sound/dialogue/Mission_2/Allies/dfr_death_AC9068tg2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic20 sound/dialogue/Mission_2/Allies/dfr_death_AC9068tg3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic21 sound/dialogue/Mission_2/Allies/dfr_death_AM4121tj1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic22 sound/dialogue/Mission_2/Allies/dfr_death_AM4121tj2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic23 sound/dialogue/Mission_2/Allies/dfr_death_AM4121tj3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic24 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic25 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic26 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic27 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic28 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic29 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw6.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic30 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic31 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic32 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic33 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic34 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic35 sound/dialogue/Mission_2/Allies/dfr_death_AS3054ty1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic36 sound/dialogue/Mission_2/Allies/dfr_death_AS3054ty2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic37 sound/dialogue/Mission_2/Allies/dfr_death_AS3054ty3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic38 sound/dialogue/Mission_2/Allies/dfr_death_AP4354tm3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic39 sound/dialogue/Mission_2/Allies/dfr_death_AP4354tm6.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic40 sound/dialogue/Mission_2/Allies/dfr_death_AP4354tm10.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_death_generic41 sound/dialogue/Mission_3/Allies/dfr_death_RS7724te11.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_death_generic42 sound/dialogue/Mission_3/Allies/dfr_death_RS7724te12.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_death_generic43 sound/dialogue/Mission_3/Allies/dfr_death_RS7724te13.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_death_generic44 sound/dialogue/Mission_3/Allies/dfr_death_RS7824ts5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_death_generic45 sound/dialogue/Mission_3/Allies/dfr_death_RS7824ts10.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_death_generic46 sound/dialogue/Mission_3/Allies/dfr_death_RS7824ts11.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " //============================================= //ALLIED PAIN //============================================= alias snd_dfr_pain_generic01 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic02 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic03 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic04 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic05 sound/dialogue/Mission_1/Allies/dfr_death_BP6732tb5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic06 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic07 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic08 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic09 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic10 sound/dialogue/Mission_1/Allies/dfr_death_BS6030tc6.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic11 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic12 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic13 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic14 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " //alias snd_dfr_pain_generic15 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic16 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td6.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic17 sound/dialogue/Mission_1/Allies/dfr_death_BS6129td7.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t1 " alias snd_dfr_pain_generic18 sound/dialogue/Mission_2/Allies/dfr_death_AC9068tg1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic19 sound/dialogue/Mission_2/Allies/dfr_death_AC9068tg2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic20 sound/dialogue/Mission_2/Allies/dfr_death_AC9068tg3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic21 sound/dialogue/Mission_2/Allies/dfr_death_AM4121tj1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic22 sound/dialogue/Mission_2/Allies/dfr_death_AM4121tj2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic23 sound/dialogue/Mission_2/Allies/dfr_death_AM4121tj3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic24 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic25 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic26 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic27 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic28 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic29 sound/dialogue/Mission_2/Allies/dfr_death_AS2856tw6.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic30 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic31 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic32 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic33 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th4.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic34 sound/dialogue/Mission_2/Allies/dfr_death_AS2954th5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic35 sound/dialogue/Mission_2/Allies/dfr_death_AS3054ty1.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic36 sound/dialogue/Mission_2/Allies/dfr_death_AS3054ty2.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic37 sound/dialogue/Mission_2/Allies/dfr_death_AS3054ty3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic38 sound/dialogue/Mission_2/Allies/dfr_death_AP4354tm3.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic39 sound/dialogue/Mission_2/Allies/dfr_death_AP4354tm6.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic40 sound/dialogue/Mission_2/Allies/dfr_death_AP4354tm10.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t2 " alias snd_dfr_pain_generic41 sound/dialogue/Mission_3/Allies/dfr_death_RS7724te11.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_pain_generic42 sound/dialogue/Mission_3/Allies/dfr_death_RS7724te12.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_pain_generic43 sound/dialogue/Mission_3/Allies/dfr_death_RS7724te13.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_pain_generic44 sound/dialogue/Mission_3/Allies/dfr_death_RS7824ts5.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_pain_generic45 sound/dialogue/Mission_3/Allies/dfr_death_RS7824ts10.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " alias snd_dfr_pain_generic46 sound/dialogue/Mission_3/Allies/dfr_death_RS7824ts11.mp3 soundparms 1.1 0.1 1.0 0.0 100 3000 dialog streamed maps "t3 " //==================================== //ALLIED ALARM, ALERT, SIGHTED, ATTACK //==================================== //Alias dfr_sighted_01h_1 alias dfr_sighted_01h_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_01h_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_01h_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_01h_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_01h_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_01h_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_01h_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_01h_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_01h_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_01h_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_01h_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_01h_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_01h_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //alias dfr_sighted_01h_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //alias dfr_sighted_01h_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_01h_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //alias dfr_sighted_04a_1 alias dfr_sighted_04a_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04a_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04a_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04a_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04a_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04a_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04a_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04a_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04a_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04a_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04a_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04a_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04a_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04a_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_04c_1 alias dfr_sighted_04c_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04c_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04c_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04c_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04c_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04c_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04c_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04c_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04c_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04c_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04c_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04c_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04c_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04c_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_04h_2 alias dfr_sighted_04h_2901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04h_2904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04h_2905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04h_2906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04h_2907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04h_2913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04h_2914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_04h_2924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_04h_2925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_04h_2992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_04h_2993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_04h_2224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_04h_2228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_04h_2299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_05a_1 alias dfr_sighted_05a_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05a_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05a_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05a_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05a_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05a_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05a_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05a_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05a_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05a_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05a_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05a_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05a_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05a_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_05h_1 alias dfr_sighted_05h_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05h_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05h_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05h_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05h_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05h_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05h_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_05h_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_05h_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_05h_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_05h_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_05h_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_05h_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_05h_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_06a_3 alias dfr_sighted_06a_3901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06a_3904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06a_3905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06a_3906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06a_3907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06a_3913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06a_3914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06a_3924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06a_3925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06a_3992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06a_3993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06a_3224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06a_3228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06a_3299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_06h_1 alias dfr_sighted_06h_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06h_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06h_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06h_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06h_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06h_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06h_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_06h_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_06h_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_06h_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_06h_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_06h_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_06h_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_06h_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_09c_1 alias dfr_sighted_09c_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_09c_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_09c_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_09c_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_09c_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_09c_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_09c_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_09c_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_09c_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_09c_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_09c_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_09c_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_09c_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_09c_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_11h_1 alias dfr_sighted_11h_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_11h_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_11h_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_11h_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_11h_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_11h_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_11h_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_11h_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_11h_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_11h_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_11h_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_11h_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_11h_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_11h_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_12h_1 alias dfr_sighted_12h_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_12h_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_12h_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_12h_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_12h_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_12h_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_12h_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_12h_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_12h_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_12h_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_12h_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_12h_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_12h_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_12h_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_13h_1 alias dfr_sighted_13h_1901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_1904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_1905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_1906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_1907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_1913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_1914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_1924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_1925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1984 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1985 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1986 sound/dialogue/Mission_1/Allies/dfr_alert_BP6721tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1987 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1988 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1989 sound/dialogue/Mission_1/Allies/dfr_alert_BP6722tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1990 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1991 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_1992 sound/dialogue/Mission_1/Allies/dfr_alert_BP6723tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_1993 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1994 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1995 sound/dialogue/Mission_2/Allies/dfr_alert_AC9052tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1996 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1997 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1998 sound/dialogue/Mission_2/Allies/dfr_alert_AC9053tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1999 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1001 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1002 sound/dialogue/Mission_2/Allies/dfr_alert_AC9054tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1003 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1004 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1005 sound/dialogue/Mission_2/Allies/dfr_alert_AC9055tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1006 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1007 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1008 sound/dialogue/Mission_2/Allies/dfr_alert_AC9056tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1009 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1010 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1011 sound/dialogue/Mission_2/Allies/dfr_alert_AC9057tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1012 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1013 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1014 sound/dialogue/Mission_2/Allies/dfr_alert_AC9058tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1015 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1016 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1017 sound/dialogue/Mission_2/Allies/dfr_alert_AC9059tg4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1018 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1019 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1020 sound/dialogue/Mission_2/Allies/dfr_alert_AP4301tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1021 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1022 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1023 sound/dialogue/Mission_2/Allies/dfr_alert_AP4338tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1024 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1025 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1026 sound/dialogue/Mission_2/Allies/dfr_alert_AP4339tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1027 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1028 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1029 sound/dialogue/Mission_2/Allies/dfr_alert_AP4340tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1030 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1031 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1032 sound/dialogue/Mission_2/Allies/dfr_alert_AP4341tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1033 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1034 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1035 sound/dialogue/Mission_2/Allies/dfr_alert_AP4342tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1036 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1037 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1038 sound/dialogue/Mission_2/Allies/dfr_alert_AP4344tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1039 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1040 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1041 sound/dialogue/Mission_2/Allies/dfr_alert_AP4345tm3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1042 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1043 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1044 sound/dialogue/Mission_2/Allies/dfr_alert_AS3038ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1045 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1046 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1047 sound/dialogue/Mission_2/Allies/dfr_alert_AS3039ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1048 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1049 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1050 sound/dialogue/Mission_2/Allies/dfr_alert_AS3040ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1051 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1052 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1053 sound/dialogue/Mission_2/Allies/dfr_alert_AS3041ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1054 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1055 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1056 sound/dialogue/Mission_2/Allies/dfr_alert_AS3042ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1057 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1058 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1059 sound/dialogue/Mission_2/Allies/dfr_alert_AS3044ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1060 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1061 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1062 sound/dialogue/Mission_2/Allies/dfr_alert_AS3045ty3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1063 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1064 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1065 sound/dialogue/Mission_2/Allies/dfr_alert_AS2938th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1066 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1067 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1068 sound/dialogue/Mission_2/Allies/dfr_alert_AS2939th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1069 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1070 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1071 sound/dialogue/Mission_2/Allies/dfr_alert_AS2940th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1072 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1073 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1074 sound/dialogue/Mission_2/Allies/dfr_alert_AS2941th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1075 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1076 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1077 sound/dialogue/Mission_2/Allies/dfr_alert_AS2942th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1078 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1079 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1080 sound/dialogue/Mission_2/Allies/dfr_alert_AS2944th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1081 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1082 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1083 sound/dialogue/Mission_2/Allies/dfr_alert_AS2945th3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1084 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1085 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1086 sound/dialogue/Mission_2/Allies/dfr_alert_AS2840tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1087 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1088 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1089 sound/dialogue/Mission_2/Allies/dfr_alert_AS2841tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1090 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1091 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1092 sound/dialogue/Mission_2/Allies/dfr_alert_AS2842tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1093 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1094 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1095 sound/dialogue/Mission_2/Allies/dfr_alert_AS2844tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1096 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1097 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1098 sound/dialogue/Mission_2/Allies/dfr_alert_AS2845tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1099 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1200 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1201 sound/dialogue/Mission_2/Allies/dfr_alert_AS2846tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1202 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1203 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1204 sound/dialogue/Mission_2/Allies/dfr_alert_AS2847tw3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1205 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1206 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1207 sound/dialogue/Mission_2/Allies/dfr_alert_AM4105tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1208 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1209 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1210 sound/dialogue/Mission_2/Allies/dfr_alert_AM4106tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1211 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1212 sound/dialogue/Mission_2/Allies/dfr_alert_AM4107tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1213 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1214 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1215 sound/dialogue/Mission_2/Allies/dfr_alert_AM4108tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1216 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1217 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1218 sound/dialogue/Mission_2/Allies/dfr_alert_AM4109tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1219 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1220 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1221 sound/dialogue/Mission_2/Allies/dfr_alert_AM4110tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1222 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1223 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " //alias dfr_sighted_13h_1224 sound/dialogue/Mission_2/Allies/dfr_alert_AM4111tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1225 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1226 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1227 sound/dialogue/Mission_2/Allies/dfr_alert_AM4112tj3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t2 " alias dfr_sighted_13h_1228 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1229 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1230 sound/dialogue/Mission_3/Allies/dfr_alert_RS7907tr5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1231 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1232 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1233 sound/dialogue/Mission_3/Allies/dfr_alert_RS7908tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1234 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1235 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1236 sound/dialogue/Mission_3/Allies/dfr_alert_RS7909tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1237 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1238 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1239 sound/dialogue/Mission_3/Allies/dfr_alert_RS7910tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1240 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1241 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1242 sound/dialogue/Mission_3/Allies/dfr_alert_RS7911tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1243 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1244 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1245 sound/dialogue/Mission_3/Allies/dfr_alert_RS7912tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1246 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1247 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1248 sound/dialogue/Mission_3/Allies/dfr_alert_RS7913tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1249 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1250 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1251 sound/dialogue/Mission_3/Allies/dfr_alert_RS7914tr3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1252 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1253 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1254 sound/dialogue/Mission_3/Allies/dfr_alert_RS7808ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1255 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1256 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1257 sound/dialogue/Mission_3/Allies/dfr_alert_RS7809ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1258 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1259 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1260 sound/dialogue/Mission_3/Allies/dfr_alert_RS7810ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1261 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1262 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1263 sound/dialogue/Mission_3/Allies/dfr_alert_RS7811ts4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1264 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1265 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1266 sound/dialogue/Mission_3/Allies/dfr_alert_RS7812ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1267 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1268 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1269 sound/dialogue/Mission_3/Allies/dfr_alert_RS7813ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1270 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1271 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1272 sound/dialogue/Mission_3/Allies/dfr_alert_RS7814ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1273 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1274 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1275 sound/dialogue/Mission_3/Allies/dfr_alert_RS7815ts3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1276 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1277 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1278 sound/dialogue/Mission_3/Allies/dfr_alert_RS7708te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1279 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1280 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1281 sound/dialogue/Mission_3/Allies/dfr_alert_RS7709te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1282 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1283 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1284 sound/dialogue/Mission_3/Allies/dfr_alert_RS7710te6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1285 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1286 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1287 sound/dialogue/Mission_3/Allies/dfr_alert_RS7711te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1288 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1289 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1290 sound/dialogue/Mission_3/Allies/dfr_alert_RS7712te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1291 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1292 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1293 sound/dialogue/Mission_3/Allies/dfr_alert_RS7713te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1294 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1295 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1296 sound/dialogue/Mission_3/Allies/dfr_alert_RS7714te3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1297 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1298 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " alias dfr_sighted_13h_1299 sound/dialogue/Mission_3/Allies/dfr_alert_RS7715te5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t3 " //Alias dfr_sighted_13h_2 alias dfr_sighted_13h_2901 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2902 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2903 sound/dialogue/Mission_1/Allies/dfr_alert_BC6939ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_2904 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_2905 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_2906 sound/dialogue/Mission_1/Allies/dfr_alert_BC6940ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_2907 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2908 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2909 sound/dialogue/Mission_1/Allies/dfr_alert_BC6941ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2910 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2911 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2912 sound/dialogue/Mission_1/Allies/dfr_alert_BC6942ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_2913 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_2914 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2915 sound/dialogue/Mission_1/Allies/dfr_alert_BC6943ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2916 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2917 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2918 sound/dialogue/Mission_1/Allies/dfr_alert_BC6944ta3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2919 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2920 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2921 sound/dialogue/Mission_1/Allies/dfr_alert_BC6945ta6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2922 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2923 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " alias dfr_sighted_13h_2924 sound/dialogue/Mission_1/Allies/dfr_alert_BC6946ta4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1 " //alias dfr_sighted_13h_2925 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2926 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2927 sound/dialogue/Mission_1/Allies/dfr_alert_BS6014tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2928 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2929 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2930 sound/dialogue/Mission_1/Allies/dfr_alert_BS6015tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2931 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2932 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2933 sound/dialogue/Mission_1/Allies/dfr_alert_BS6017tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2934 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2935 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2936 sound/dialogue/Mission_1/Allies/dfr_alert_BS6018tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2937 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2938 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc5.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2939 sound/dialogue/Mission_1/Allies/dfr_alert_BS6019tc6.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2940 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2941 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2942 sound/dialogue/Mission_1/Allies/dfr_alert_BS6020tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2943 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2944 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2945 sound/dialogue/Mission_1/Allies/dfr_alert_BS6021tc3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2946 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2947 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2948 sound/dialogue/Mission_1/Allies/dfr_alert_BS6113td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2949 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2950 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2951 sound/dialogue/Mission_1/Allies/dfr_alert_BS6114td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2952 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2953 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2954 sound/dialogue/Mission_1/Allies/dfr_alert_BS6115td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2955 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2956 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2957 sound/dialogue/Mission_1/Allies/dfr_alert_BS6116td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2958 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2959 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2960 sound/dialogue/Mission_1/Allies/dfr_alert_BS6117td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2961 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2962 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2963 sound/dialogue/Mission_1/Allies/dfr_alert_BS6118td4.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2964 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2965 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2966 sound/dialogue/Mission_1/Allies/dfr_alert_BS6119td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2967 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2968 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " alias dfr_sighted_13h_2969 sound/dialogue/Mission_1/Allies/dfr_alert_BS6120td3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2970 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2971 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2972 sound/dialogue/Mission_1/Allies/dfr_alert_BP6716tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2973 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2974 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2975 sound/dialogue/Mission_1/Allies/dfr_alert_BP6717tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2976 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2977 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2978 sound/dialogue/Mission_1/Allies/dfr_alert_BP6718tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2979 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2980 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2981 sound/dialogue/Mission_1/Allies/dfr_alert_BP6719tb3.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2982 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb1.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2983 sound/dialogue/Mission_1/Allies/dfr_alert_BP6720tb2.mp3 soundparms 1.1 0.1 1.0 0.0 160 1200 dialog streamed maps "t1l1 t1l2 " //alias dfr_sighted_13h_2984 sound/d